tyr
2013-11-12 10:11:54 +01:00
parent e021848a62
commit 4a3fea9edd
6 changed files with 74 additions and 0 deletions

View File

@@ -226,6 +226,8 @@ en:
label: Type
shelter:
label: Shelter
shelter_type:
label: Type
shop:
label: Type
source:
@@ -430,6 +432,9 @@ en:
amenity/school:
name: School
terms: "<translate with synonyms or related terms for 'School', separated by commas>"
amenity/shelter:
name: Shelter
terms: "<translate with synonyms or related terms for 'Shelter', separated by commas>"
amenity/swimming_pool:
name: Swimming Pool
terms: "<translate with synonyms or related terms for 'Swimming Pool', separated by commas>"

View File

@@ -547,6 +547,20 @@
"type": "check",
"label": "Shelter"
},
"shelter_type": {
"key": "shelter_type",
"type": "combo",
"options": [
"public_transport",
"picnic_shelter",
"weather_shelter",
"lean_to",
"basic_hut",
"field_shelter",
"rock_shelter"
],
"label": "Type"
},
"shop": {
"key": "shop",
"type": "typeCombo",

View File

@@ -0,0 +1,14 @@
{
"key": "shelter_type",
"type": "combo",
"options": [
"public_transport",
"picnic_shelter",
"weather_shelter",
"lean_to",
"basic_hut",
"field_shelter",
"rock_shelter"
],
"label": "Type"
}

View File

@@ -1083,6 +1083,23 @@
},
"name": "School"
},
"amenity/shelter": {
"fields": [
"shelter_type"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "shelter"
},
"terms": [
"lean-to"
],
"name": "Shelter"
},
"amenity/swimming_pool": {
"geometry": [
"point",

View File

@@ -0,0 +1,17 @@
{
"fields": [
"shelter_type"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"amenity": "shelter"
},
"terms": [
"lean-to"
],
"name": "Shelter"
}

View File

@@ -714,6 +714,9 @@
"shelter": {
"label": "Shelter"
},
"shelter_type": {
"label": "Type"
},
"shop": {
"label": "Type"
},
@@ -992,6 +995,10 @@
"name": "School",
"terms": "academy,alma mater,blackboard,college,department,discipline,establishment,faculty,hall,halls of ivy,institute,institution,jail*,schoolhouse,seminary,university"
},
"amenity/shelter": {
"name": "Shelter",
"terms": "lean-to"
},
"amenity/swimming_pool": {
"name": "Swimming Pool",
"terms": ""