mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 16:19:48 +02:00
Build
This commit is contained in:
@@ -56,6 +56,10 @@ en:
|
||||
label: Type
|
||||
amenity:
|
||||
label: Type
|
||||
artist:
|
||||
label: Artist
|
||||
artwork_type:
|
||||
label: Type
|
||||
atm:
|
||||
label: ATM
|
||||
barrier:
|
||||
@@ -501,6 +505,9 @@ en:
|
||||
building/residential:
|
||||
name: Residential Building
|
||||
terms: "<translate with synonyms or related terms for 'Residential Building', separated by commas>"
|
||||
emergency/ambulance_station:
|
||||
name: Ambulance Station
|
||||
terms: "<translate with synonyms or related terms for 'Ambulance Station', separated by commas>"
|
||||
emergency/phone:
|
||||
name: Emergency Phone
|
||||
terms: "<translate with synonyms or related terms for 'Emergency Phone', separated by commas>"
|
||||
|
||||
@@ -83,6 +83,16 @@
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"artist": {
|
||||
"key": "artist_name",
|
||||
"type": "text",
|
||||
"label": "Artist"
|
||||
},
|
||||
"artwork_type": {
|
||||
"key": "artwork_type",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
},
|
||||
"atm": {
|
||||
"key": "atm",
|
||||
"type": "check",
|
||||
|
||||
@@ -1494,6 +1494,20 @@
|
||||
},
|
||||
"name": "Residential Building"
|
||||
},
|
||||
"emergency/ambulance_station": {
|
||||
"fields": [
|
||||
"operator"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"tags": {
|
||||
"emergency": "ambulance_station"
|
||||
},
|
||||
"name": "Ambulance Station"
|
||||
},
|
||||
"emergency/phone": {
|
||||
"icon": "emergency-telephone",
|
||||
"fields": [
|
||||
@@ -4455,6 +4469,10 @@
|
||||
"name": "Alpine Hut"
|
||||
},
|
||||
"tourism/artwork": {
|
||||
"fields": [
|
||||
"artwork_type",
|
||||
"artist"
|
||||
],
|
||||
"icon": "art-gallery",
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+10
@@ -433,6 +433,12 @@
|
||||
"amenity": {
|
||||
"label": "Type"
|
||||
},
|
||||
"artist": {
|
||||
"label": "Artist"
|
||||
},
|
||||
"artwork_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"atm": {
|
||||
"label": "ATM"
|
||||
},
|
||||
@@ -1047,6 +1053,10 @@
|
||||
"name": "Residential Building",
|
||||
"terms": ""
|
||||
},
|
||||
"emergency/ambulance_station": {
|
||||
"name": "Ambulance Station",
|
||||
"terms": ""
|
||||
},
|
||||
"emergency/phone": {
|
||||
"name": "Emergency Phone",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user