Add picnic site preset

This commit is contained in:
John Firebaugh
2013-03-07 17:59:57 -08:00
parent 078ecb1946
commit c1d17c5d35
3 changed files with 40 additions and 0 deletions
+19
View File
@@ -1046,6 +1046,25 @@
"address"
]
},
{
"name": "picnic site",
"match": {
"type": [
"point",
"area"
],
"terms": [],
"tags": {
"tourism": "picnic_site"
}
},
"icon": "",
"form": [
"operator",
"building_area",
"address"
]
},
{
"name": "town hall",
"match": {
+1
View File
@@ -43,6 +43,7 @@
"amenity/toilets",
"tourism/hotel",
"tourism/museum",
"tourism/picnic_site",
"amenity/townhall",
"leisure/golf_course",
"waterway/river",
@@ -0,0 +1,20 @@
{
"name": "picnic site",
"match": {
"type": [
"point",
"area"
],
"terms": [
],
"tags": {
"tourism": "picnic_site"
}
},
"icon": "",
"form": [
"operator",
"building_area",
"address"
]
}