Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions data/presets/leisure/bathing_place.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"aliases": [
"Bathing Spot",
"Dip Spot",
"Dipping Spot",
"Swim Spot",
"Swimming Spot",
"Wild Swimming Spot"
],
"icon": "fas-water-ladder",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"ladder" does not sound ideal for a place that is often unofficial and will likely not have a ladder. What would be other options?

Do we use ladder for other presets as well? (Might this cause confusion?)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! So

  • public_bath uses maki-water which is just a drop of water, and the same icon is used by a lot of other water-related features e.g. lake and spring, so probably a poor choice
  • beach_resort uses fas-umbrella-beach which is probably worse because it doesn't even show water
  • swimming_area uses fas-swimmer which I can't find on the FAS website but looks identical to person-swimming
  • I suggested fas-water-ladder because I was under the impression that it was not used in this project (the search didn't return anything) but I have since realised that it's actually being used in the swimming pool preset where it's called fas-swimming-pool!

Comment thread
tordans marked this conversation as resolved.
Outdated
"fields": [
"name",
"access_simple",
Comment thread
tordans marked this conversation as resolved.
"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"
}