mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-23 20:26:11 +02:00
Add preset for amenity=bureau_de_change (fixes #2309)
This commit is contained in:
@@ -634,6 +634,9 @@ en:
|
||||
amenity/boat_rental:
|
||||
name: Boat Rental
|
||||
terms: "<translate with synonyms or related terms for 'Boat Rental', separated by commas>"
|
||||
amenity/bureau_de_change:
|
||||
name: Currency Exchange
|
||||
terms: "<translate with synonyms or related terms for 'Currency Exchange', separated by commas>"
|
||||
amenity/bus_station:
|
||||
name: Bus Station
|
||||
terms: "<translate with synonyms or related terms for 'Bus Station', separated by commas>"
|
||||
|
||||
@@ -508,6 +508,24 @@
|
||||
],
|
||||
"name": "Boat Rental"
|
||||
},
|
||||
"amenity/bureau_de_change": {
|
||||
"icon": "bank",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bureau_de_change"
|
||||
},
|
||||
"name": "Currency Exchange",
|
||||
"terms": [
|
||||
"bureau de change",
|
||||
"money changer"
|
||||
]
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"icon": "bank",
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "bureau_de_change"
|
||||
},
|
||||
"name": "Currency Exchange",
|
||||
"terms": [
|
||||
"bureau de change",
|
||||
"money changer"
|
||||
]
|
||||
}
|
||||
Vendored
+4
@@ -1274,6 +1274,10 @@
|
||||
"name": "Boat Rental",
|
||||
"terms": ""
|
||||
},
|
||||
"amenity/bureau_de_change": {
|
||||
"name": "Currency Exchange",
|
||||
"terms": "bureau de change,money changer"
|
||||
},
|
||||
"amenity/bus_station": {
|
||||
"name": "Bus Station",
|
||||
"terms": ""
|
||||
|
||||
@@ -8,6 +8,7 @@ iD.areaKeys = {
|
||||
"atm": true,
|
||||
"bbq": true,
|
||||
"bench": true,
|
||||
"bureau_de_change": true,
|
||||
"clock": true,
|
||||
"drinking_water": true,
|
||||
"parking_entrance": true,
|
||||
|
||||
Reference in New Issue
Block a user