mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Add icons for landuse=religious and landuse=churchyard
This commit is contained in:
@@ -8841,6 +8841,7 @@
|
||||
"name": "Cemetery"
|
||||
},
|
||||
"landuse/churchyard": {
|
||||
"icon": "maki-religious-christian",
|
||||
"fields": [
|
||||
"name",
|
||||
"religion",
|
||||
@@ -9655,6 +9656,7 @@
|
||||
"name": "Recreation Ground"
|
||||
},
|
||||
"landuse/religious": {
|
||||
"icon": "maki-place-of-worship",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "maki-religious-christian",
|
||||
"fields": [
|
||||
"name",
|
||||
"religion",
|
||||
@@ -12,4 +13,4 @@
|
||||
},
|
||||
"terms": [],
|
||||
"name": "Churchyard"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
{
|
||||
"icon": "maki-place-of-worship",
|
||||
"geometry": [
|
||||
"area"
|
||||
],
|
||||
|
||||
+4
-2
@@ -3867,7 +3867,8 @@
|
||||
"description": "Churchyard",
|
||||
"object_types": [
|
||||
"area"
|
||||
]
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/religious-christian-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
@@ -4164,7 +4165,8 @@
|
||||
"description": "Religious Area",
|
||||
"object_types": [
|
||||
"area"
|
||||
]
|
||||
],
|
||||
"icon_url": "https://raw.githubusercontent.com/mapbox/maki/master/icons/place-of-worship-15.svg?sanitize=true"
|
||||
},
|
||||
{
|
||||
"key": "landuse",
|
||||
|
||||
Reference in New Issue
Block a user