From 6c04f1d7115ded11102ccad92cbb39a1dd614b16 Mon Sep 17 00:00:00 2001 From: xortiz Date: Sat, 24 Mar 2018 08:21:27 -0400 Subject: [PATCH] added monastary --- data/presets.yaml | 5 +++ data/presets/presets.json | 44 +++++++++++++++++++++ data/presets/presets/amenity/monastery.json | 44 +++++++++++++++++++++ data/taginfo.json | 4 ++ dist/locales/en.json | 4 ++ 5 files changed, 101 insertions(+) create mode 100644 data/presets/presets/amenity/monastery.json diff --git a/data/presets.yaml b/data/presets.yaml index f6299cd99..a1a5f3cd8 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -2032,6 +2032,11 @@ en: # amenity=marketplace name: Marketplace terms: '' + amenity/monastery: + # amenity=monastary + name: Monastary Grounds + # 'terms: abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple' + terms: '' amenity/motorcycle_parking: # amenity=motorcycle_parking name: Motorcycle Parking diff --git a/data/presets/presets.json b/data/presets/presets.json index e4031e4b7..126fc1a9d 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -1955,6 +1955,50 @@ }, "name": "Marketplace" }, + "amenity/monastery": { + "icon": "place-of-worship", + "fields": [ + "name", + "religion", + "denomination", + "address", + "building_area", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "abbey", + "basilica", + "bethel", + "cathedral", + "chancel", + "chantry", + "chapel", + "church", + "fold", + "house of God", + "house of prayer", + "house of worship", + "minster", + "mission", + "mosque", + "oratory", + "parish", + "sacellum", + "sanctuary", + "shrine", + "synagogue", + "tabernacle", + "temple" + ], + "tags": { + "amenity": "monastary" + }, + "name": "Monastary Grounds" + }, "amenity/motorcycle_parking": { "icon": "scooter", "fields": [ diff --git a/data/presets/presets/amenity/monastery.json b/data/presets/presets/amenity/monastery.json new file mode 100644 index 000000000..1157ca76a --- /dev/null +++ b/data/presets/presets/amenity/monastery.json @@ -0,0 +1,44 @@ +{ + "icon": "place-of-worship", + "fields": [ + "name", + "religion", + "denomination", + "address", + "building_area", + "service_times" + ], + "geometry": [ + "point", + "area" + ], + "terms": [ + "abbey", + "basilica", + "bethel", + "cathedral", + "chancel", + "chantry", + "chapel", + "church", + "fold", + "house of God", + "house of prayer", + "house of worship", + "minster", + "mission", + "mosque", + "oratory", + "parish", + "sacellum", + "sanctuary", + "shrine", + "synagogue", + "tabernacle", + "temple" + ], + "tags": { + "amenity": "monastary" + }, + "name": "Monastary Grounds" +} diff --git a/data/taginfo.json b/data/taginfo.json index f10cb41a8..b36ef5f8e 100644 --- a/data/taginfo.json +++ b/data/taginfo.json @@ -379,6 +379,10 @@ "key": "amenity", "value": "marketplace" }, + { + "key": "amenity", + "value": "monastary" + }, { "key": "amenity", "value": "motorcycle_parking" diff --git a/dist/locales/en.json b/dist/locales/en.json index 8e62bdc40..ffa841d26 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -3125,6 +3125,10 @@ "name": "Marketplace", "terms": "" }, + "amenity/monastery": { + "name": "Monastary Grounds", + "terms": "abbey,basilica,bethel,cathedral,chancel,chantry,chapel,church,fold,house of God,house of prayer,house of worship,minster,mission,mosque,oratory,parish,sacellum,sanctuary,shrine,synagogue,tabernacle,temple" + }, "amenity/motorcycle_parking": { "name": "Motorcycle Parking", "terms": ""