Add preset for amenity=watering_place

(re: #3651)
This commit is contained in:
Bryan Housel
2017-03-16 13:32:29 -04:00
parent b833bd2c88
commit 02742e2fc4
5 changed files with 36 additions and 0 deletions
+12
View File
@@ -2885,6 +2885,18 @@
},
"name": "RV Drinking Water"
},
"amenity/watering_place": {
"icon": "drinking-water",
"geometry": [
"area",
"vertex",
"point"
],
"tags": {
"amenity": "watering_place"
},
"name": "Animal Watering Place"
},
"area": {
"name": "Area",
"tags": {
@@ -0,0 +1,12 @@
{
"icon": "drinking-water",
"geometry": [
"area",
"vertex",
"point"
],
"tags": {
"amenity": "watering_place"
},
"name": "Animal Watering Place"
}