add preset for amenity=planetarium

This commit is contained in:
Wille Marcel
2016-07-22 14:16:15 -03:00
parent af776501d3
commit 5a86ee532a
5 changed files with 57 additions and 0 deletions
+5
View File
@@ -1426,6 +1426,11 @@ en:
name: Mosque
# 'terms: muslim'
terms: '<translate with synonyms or related terms for ''Mosque'', separated by commas>'
amenity/planetarium:
# amenity=planetarium
name: Planetarium
# 'terms: museum,astronomy,observatory'
terms: '<translate with synonyms or related terms for ''Planetarium'', separated by commas>'
amenity/police:
# amenity=police
name: Police
+22
View File
@@ -1468,6 +1468,28 @@
},
"name": "Mosque"
},
"amenity/planetarium": {
"icon": "museum",
"fields": [
"operator",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"museum",
"astronomy",
"observatory"
],
"tags": {
"amenity": "planetarium"
},
"name": "Planetarium"
},
"amenity/police": {
"icon": "police",
"fields": [
@@ -0,0 +1,22 @@
{
"icon": "museum",
"fields": [
"operator",
"building_area",
"address",
"opening_hours"
],
"geometry": [
"point",
"area"
],
"terms": [
"museum",
"astronomy",
"observatory"
],
"tags": {
"amenity": "planetarium"
},
"name": "Planetarium"
}
+4
View File
@@ -316,6 +316,10 @@
"key": "religion",
"value": "muslim"
},
{
"key": "amenity",
"value": "planetarium"
},
{
"key": "amenity",
"value": "police"
+4
View File
@@ -1840,6 +1840,10 @@
"name": "Mosque",
"terms": "muslim"
},
"amenity/planetarium": {
"name": "Planetarium",
"terms": "museum,astronomy,observatory"
},
"amenity/police": {
"name": "Police",
"terms": "badge,constable,constabulary,cop,detective,fed,law,enforcement,officer,patrol"