We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab43ab4 commit c07e7aeCopy full SHA for c07e7ae
data/presets/amenity/dog_toilet.json
@@ -0,0 +1,33 @@
1
+{
2
+ "icon": "maki-dog-park",
3
+ "fields": [
4
+ "name",
5
+ "operator",
6
+ "operator/type",
7
+ "address",
8
+ "access_simple",
9
+ "website"
10
+ ],
11
+ "moreFields": [
12
+ "{@templates/contact}",
13
+ "dog",
14
+ "gnis/feature_id-US",
15
+ "ref"
16
17
+ "geometry": [
18
+ "area",
19
+ "point"
20
21
+ "tags": {
22
+ "amenity": "dog_toilet"
23
+ },
24
+ "terms": [
25
+ "dog poo area",
26
+ "dog excrement",
27
+ "dog excrete",
28
+ "dog urine",
29
+ "dog urinate",
30
+ "dog relief area"
31
32
+ "name": "Dog Toilet"
33
+}
0 commit comments