mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 08:39:40 +02:00
Add preset for amenity=dog_toilet (#1095)
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"icon": "maki-dog-park",
|
||||
"fields": [
|
||||
"name",
|
||||
"operator",
|
||||
"operator/type",
|
||||
"address",
|
||||
"access_simple",
|
||||
"website"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/contact}",
|
||||
"dog",
|
||||
"gnis/feature_id-US",
|
||||
"ref"
|
||||
],
|
||||
"geometry": [
|
||||
"area",
|
||||
"point"
|
||||
],
|
||||
"tags": {
|
||||
"amenity": "dog_toilet"
|
||||
},
|
||||
"terms": [
|
||||
"dog poo area",
|
||||
"dog excrement",
|
||||
"dog excrete",
|
||||
"dog urine",
|
||||
"dog urinate",
|
||||
"dog relief area"
|
||||
],
|
||||
"name": "Dog Toilet"
|
||||
}
|
||||
Reference in New Issue
Block a user