mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-23 00:29:40 +02:00
* Add preset for leisure=bathing_place (#1217) * Swapped icons for bathing_place and public_bath
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"icon": "maki-water",
|
||||
"icon": "fas-water-ladder",
|
||||
"fields": [
|
||||
"name",
|
||||
"bath/type",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user