Add camp_site preset

This commit is contained in:
John Firebaugh
2013-03-09 10:29:45 -08:00
parent 6d02c9606d
commit c8b6a43c6b
2 changed files with 20 additions and 1 deletions
File diff suppressed because one or more lines are too long
@@ -0,0 +1,19 @@
{
"name": "camp site",
"match": {
"type": [
"point",
"area"
],
"terms": [
],
"tags": {
"tourism": "camp_site"
}
},
"icon": "campsite",
"form": [
"operator",
"address"
]
}