mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-26 21:56:13 +02:00
add preset for amenity=planetarium
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -316,6 +316,10 @@
|
||||
"key": "religion",
|
||||
"value": "muslim"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "planetarium"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "police"
|
||||
|
||||
Vendored
+4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user