We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7622e3 commit bab09d1Copy full SHA for bab09d1
data/presets/amenity/public_bath.json
@@ -1,5 +1,5 @@
1
{
2
- "icon": "maki-water",
+ "icon": "fas-water-ladder",
3
"fields": [
4
"name",
5
"bath/type",
data/presets/leisure/bathing_place.json
@@ -0,0 +1,37 @@
+{
+ "aliases": [
+ "Bathing Spot",
+ "Dip Spot",
+ "Dipping Spot",
6
+ "Swim Spot",
7
+ "Swimming Spot",
8
+ "Wild Swimming Spot"
9
+ ],
10
+ "icon": "maki-water",
11
+ "fields": [
12
+ "name",
13
+ "access_simple",
14
+ "informal",
15
+ "shower",
16
+ "toilets",
17
+ "drinking_water_available",
18
+ "picnic_table"
19
20
+ "geometry": [
21
+ "point",
22
+ "area"
23
24
+ "terms": [
25
+ "bathing",
26
+ "dipping",
27
+ "swimming",
28
+ "swimming hole",
29
+ "ladder",
30
+ "pier",
31
+ "water"
32
33
+ "tags": {
34
+ "leisure": "bathing_place"
35
+ },
36
+ "name": "Bathing Place"
37
+}
0 commit comments