add some zoo types presets

This commit is contained in:
Tobias Zwick
2019-05-05 00:04:19 +02:00
parent 8f9dc7afb4
commit 54f9a6d860
3 changed files with 61 additions and 0 deletions
@@ -0,0 +1,22 @@
{
"icon": "temaki-zoo",
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "zoo",
"zoo": "petting_zoo"
},
"reference": {
"key": "zoo",
"value": "petting_zoo"
},
"terms": [
"Children's Zoo",
"Children's Farm",
"Petting Farm",
"farm animals"
],
"name": "Petting Zoo"
}
@@ -0,0 +1,20 @@
{
"icon": "temaki-zoo",
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "zoo",
"zoo": "safari_park"
},
"reference": {
"key": "zoo",
"value": "safari_park"
},
"terms": [
"Drive-Through Zoo",
"Drive-In Zoo"
],
"name": "Safari Park"
}
@@ -0,0 +1,19 @@
{
"icon": "temaki-zoo",
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "zoo",
"zoo": "wildlife_park"
},
"reference": {
"key": "zoo",
"value": "wildlife_park"
},
"terms": [
"indigenous animals"
],
"name": "Wildlife Park"
}