Added amenity/studio preset

This commit is contained in:
MaltaProject
2013-12-12 14:14:13 -04:00
parent 52189243ab
commit 8fa2ec4e2a
4 changed files with 45 additions and 0 deletions
+5
View File
@@ -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>"
+9
View File
@@ -707,6 +707,15 @@
}
}
},
"studio_type": {
"key": "type",
"type": "combo",
"options": [
"audio",
"video"
],
"label": "Type"
},
"supervised": {
"key": "supervised",
"type": "check",
+24
View File
@@ -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",
+7
View File
@@ -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": ""