Add preset for amenity=driving_school

(re: #3651)
This commit is contained in:
Bryan Housel
2017-03-16 12:48:01 -04:00
parent 0698efbcfe
commit 974cb9ce2c
5 changed files with 46 additions and 0 deletions

View File

@@ -1589,6 +1589,10 @@ en:
name: Drinking Water
# 'terms: fountain,potable'
terms: '<translate with synonyms or related terms for ''Drinking Water'', separated by commas>'
amenity/driving_school:
# amenity=driving_school
name: Driving School
terms: '<translate with synonyms or related terms for ''Driving School'', separated by commas>'
amenity/embassy:
# amenity=embassy
name: Embassy

View File

@@ -1201,6 +1201,23 @@
],
"name": "Drinking Water"
},
"amenity/driving_school": {
"icon": "car",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "driving_school"
},
"name": "Driving School"
},
"amenity/embassy": {
"icon": "embassy",
"fields": [

View File

@@ -0,0 +1,17 @@
{
"icon": "car",
"fields": [
"operator",
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"tags": {
"amenity": "driving_school"
},
"name": "Driving School"
}

View File

@@ -271,6 +271,10 @@
"key": "amenity",
"value": "drinking_water"
},
{
"key": "amenity",
"value": "driving_school"
},
{
"key": "amenity",
"value": "embassy"

View File

@@ -2128,6 +2128,10 @@
"name": "Drinking Water",
"terms": "fountain,potable"
},
"amenity/driving_school": {
"name": "Driving School",
"terms": ""
},
"amenity/embassy": {
"name": "Embassy",
"terms": ""