mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
added monastary
This commit is contained in:
@@ -2032,6 +2032,11 @@ en:
|
||||
# amenity=marketplace
|
||||
name: Marketplace
|
||||
terms: '<translate with synonyms or related terms for ''Marketplace'', separated by commas>'
|
||||
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: '<translate with synonyms or related terms for ''Monastary Grounds'', separated by commas>'
|
||||
amenity/motorcycle_parking:
|
||||
# amenity=motorcycle_parking
|
||||
name: Motorcycle Parking
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
@@ -379,6 +379,10 @@
|
||||
"key": "amenity",
|
||||
"value": "marketplace"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "monastary"
|
||||
},
|
||||
{
|
||||
"key": "amenity",
|
||||
"value": "motorcycle_parking"
|
||||
|
||||
Vendored
+4
@@ -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": ""
|
||||
|
||||
Reference in New Issue
Block a user