Add Bird Hide preset

(closes #3026)
This commit is contained in:
Bryan Housel
2016-03-11 22:39:25 -05:00
parent 309bfacf74
commit f98eb8200d
5 changed files with 47 additions and 0 deletions
+17
View File
@@ -5401,6 +5401,23 @@
},
"name": "Adult Gaming Center"
},
"leisure/bird_hide": {
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "bird_hide"
},
"terms": [
"machan",
"ornithology"
],
"name": "Bird Hide"
},
"leisure/bowling_alley": {
"fields": [
"operator",
@@ -0,0 +1,17 @@
{
"fields": [
"building_area"
],
"geometry": [
"point",
"area"
],
"tags": {
"leisure": "bird_hide"
},
"terms": [
"machan",
"ornithology"
],
"name": "Bird Hide"
}