Add cemetery icon

This commit is contained in:
John Firebaugh
2013-03-07 17:13:24 -08:00
parent 78b316119b
commit c24c2b7f66
2 changed files with 40 additions and 2 deletions

View File

@@ -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",

View File

@@ -12,5 +12,5 @@
},
"form": [
],
"icon": ""
"icon": "cemetery"
}