diff --git a/data/presets.yaml b/data/presets.yaml index 3ef38bf74..d33952d31 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -1426,6 +1426,11 @@ en: name: Mosque # 'terms: muslim' terms: '' + amenity/planetarium: + # amenity=planetarium + name: Planetarium + # 'terms: museum,astronomy,observatory' + terms: '' amenity/police: # amenity=police name: Police diff --git a/data/presets/presets.json b/data/presets/presets.json index 9c8300e76..64d312d43 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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": [ diff --git a/data/presets/presets/amenity/planetarium.json b/data/presets/presets/amenity/planetarium.json new file mode 100644 index 000000000..e9263a253 --- /dev/null +++ b/data/presets/presets/amenity/planetarium.json @@ -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" +} diff --git a/data/taginfo.json b/data/taginfo.json index 1f5da2772..c9f7a4806 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -316,6 +316,10 @@ "key": "religion", "value": "muslim" }, + { + "key": "amenity", + "value": "planetarium" + }, { "key": "amenity", "value": "police" diff --git a/dist/locales/en.json b/dist/locales/en.json index 62d4297d4..c1fa3cd2e 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -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"