mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Added amenity/studio preset
This commit is contained in:
@@ -288,6 +288,8 @@ en:
|
||||
tunnel: Tunnel
|
||||
embankment: Embankment
|
||||
cutting: Cutting
|
||||
studio_type:
|
||||
label: Type
|
||||
supervised:
|
||||
label: Supervised
|
||||
surface:
|
||||
@@ -514,6 +516,9 @@ en:
|
||||
amenity/shelter:
|
||||
name: Shelter
|
||||
terms: "<translate with synonyms or related terms for 'Shelter', separated by commas>"
|
||||
amenity/studio:
|
||||
name: Studio
|
||||
terms: "<translate with synonyms or related terms for 'Studio', separated by commas>"
|
||||
amenity/swimming_pool:
|
||||
name: Swimming Pool
|
||||
terms: "<translate with synonyms or related terms for 'Swimming Pool', separated by commas>"
|
||||
|
||||
@@ -707,6 +707,15 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"studio_type": {
|
||||
"key": "type",
|
||||
"type": "combo",
|
||||
"options": [
|
||||
"audio",
|
||||
"video"
|
||||
],
|
||||
"label": "Type"
|
||||
},
|
||||
"supervised": {
|
||||
"key": "supervised",
|
||||
"type": "check",
|
||||
|
||||
@@ -1292,6 +1292,30 @@
|
||||
],
|
||||
"name": "Shelter"
|
||||
},
|
||||
"amenity/studio": {
|
||||
"name": "Studio",
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"recording studio",
|
||||
"studio",
|
||||
"radio",
|
||||
"radio studio",
|
||||
"television",
|
||||
"television studio"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "studio"
|
||||
},
|
||||
"icon": "music",
|
||||
"fields": [
|
||||
"building_area",
|
||||
"studio_type",
|
||||
"address"
|
||||
]
|
||||
},
|
||||
"amenity/swimming_pool": {
|
||||
"geometry": [
|
||||
"point",
|
||||
|
||||
Vendored
+7
@@ -803,6 +803,9 @@
|
||||
"cutting": "Cutting"
|
||||
}
|
||||
},
|
||||
"studio_type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"supervised": {
|
||||
"label": "Supervised"
|
||||
},
|
||||
@@ -1110,6 +1113,10 @@
|
||||
"name": "Shelter",
|
||||
"terms": "lean-to"
|
||||
},
|
||||
"amenity/studio": {
|
||||
"name": "Studio",
|
||||
"terms": "recording studio,studio,radio,radio studio,television,television studio"
|
||||
},
|
||||
"amenity/swimming_pool": {
|
||||
"name": "Swimming Pool",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user