Add preset for leisure=bathing_place (#1217) (#1274)

* Add preset for leisure=bathing_place (#1217)
* Swapped icons for bathing_place and public_bath
This commit is contained in:
osmuser63783
2024-07-08 08:07:46 +01:00
committed by GitHub
parent f7622e377f
commit bab09d1791
2 changed files with 38 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"icon": "maki-water",
"icon": "fas-water-ladder",
"fields": [
"name",
"bath/type",
+37
View File
@@ -0,0 +1,37 @@
{
"aliases": [
"Bathing Spot",
"Dip Spot",
"Dipping Spot",
"Swim Spot",
"Swimming Spot",
"Wild Swimming Spot"
],
"icon": "maki-water",
"fields": [
"name",
"access_simple",
"informal",
"shower",
"toilets",
"drinking_water_available",
"picnic_table"
],
"geometry": [
"point",
"area"
],
"terms": [
"bathing",
"dipping",
"swimming",
"swimming hole",
"ladder",
"pier",
"water"
],
"tags": {
"leisure": "bathing_place"
},
"name": "Bathing Place"
}