Skip to content

Commit bab09d1

Browse files
authored
Add preset for leisure=bathing_place (#1217) (#1274)
* Add preset for leisure=bathing_place (#1217) * Swapped icons for bathing_place and public_bath
1 parent f7622e3 commit bab09d1

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

data/presets/amenity/public_bath.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"icon": "maki-water",
2+
"icon": "fas-water-ladder",
33
"fields": [
44
"name",
55
"bath/type",
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"aliases": [
3+
"Bathing Spot",
4+
"Dip Spot",
5+
"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

Comments
 (0)