mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 08:17:30 +02:00
Change bureau_de_change to support tagging as a building/area
(closes #5005)
This commit is contained in:
@@ -1065,12 +1065,15 @@
|
||||
"icon": "bank",
|
||||
"fields": [
|
||||
"name",
|
||||
"currency_multi",
|
||||
"operator",
|
||||
"currency_multi"
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bureau de change",
|
||||
@@ -31676,12 +31679,15 @@
|
||||
"icon": "bank",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"currency_multi",
|
||||
"operator",
|
||||
"currency_multi"
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"suggestion": true
|
||||
},
|
||||
@@ -31694,12 +31700,15 @@
|
||||
"icon": "bank",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"currency_multi",
|
||||
"operator",
|
||||
"currency_multi"
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"suggestion": true
|
||||
},
|
||||
@@ -31712,12 +31721,15 @@
|
||||
"icon": "bank",
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"area"
|
||||
],
|
||||
"fields": [
|
||||
"name",
|
||||
"currency_multi",
|
||||
"operator",
|
||||
"currency_multi"
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"suggestion": true
|
||||
},
|
||||
|
||||
@@ -2,12 +2,15 @@
|
||||
"icon": "bank",
|
||||
"fields": [
|
||||
"name",
|
||||
"currency_multi",
|
||||
"operator",
|
||||
"currency_multi"
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex"
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"bureau de change",
|
||||
|
||||
+2
-1
@@ -515,7 +515,8 @@
|
||||
"value": "bureau_de_change",
|
||||
"description": "Currency Exchange",
|
||||
"object_types": [
|
||||
"node"
|
||||
"node",
|
||||
"area"
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/bank-15.svg?sanitize=true"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user