mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
Add cemetery icon
This commit is contained in:
@@ -1,4 +1,42 @@
|
||||
[
|
||||
{
|
||||
"name": "airport",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"airplane",
|
||||
"airport",
|
||||
"aerodrome"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "aerodrome"
|
||||
}
|
||||
},
|
||||
"icon": "airport",
|
||||
"form": []
|
||||
},
|
||||
{
|
||||
"name": "helipad",
|
||||
"match": {
|
||||
"type": [
|
||||
"point",
|
||||
"area"
|
||||
],
|
||||
"terms": [
|
||||
"helicopter",
|
||||
"helipad",
|
||||
"heliport"
|
||||
],
|
||||
"tags": {
|
||||
"aeroway": "helipad"
|
||||
}
|
||||
},
|
||||
"icon": "heliport",
|
||||
"form": []
|
||||
},
|
||||
{
|
||||
"name": "cafe",
|
||||
"match": {
|
||||
@@ -1247,7 +1285,7 @@
|
||||
"terms": []
|
||||
},
|
||||
"form": [],
|
||||
"icon": ""
|
||||
"icon": "cemetery"
|
||||
},
|
||||
{
|
||||
"name": "commercial",
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
},
|
||||
"form": [
|
||||
],
|
||||
"icon": ""
|
||||
"icon": "cemetery"
|
||||
}
|
||||
Reference in New Issue
Block a user