Add grave_yard preset

This commit is contained in:
John Firebaugh
2013-03-09 10:26:31 -08:00
parent af7fb41d4b
commit 6d02c9606d
2 changed files with 17 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,16 @@
{
"name": "grave yard",
"match": {
"type": [
"point",
"area"
],
"tags": {
"amenity": "grave_yard"
}
},
"icon": "cemetery",
"form": [
"religion"
]
}