Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

[amenity-points] Render sport=climbing #2761

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 2 comments
Closed

[amenity-points] Render sport=climbing #2761

openstreetmap-trac opened this issue Jul 23, 2021 · 2 comments

Comments

@openstreetmap-trac
Copy link

Reporter: Leberwurscht
[Submitted to the original trac issue database at 9.42am, Monday, 1st March 2010]

Nodes with natural=rock and sport=climbing should have a icon indicating a climbing facility.

Moreover, nodes with climbing=route_bottom and sport=climbing should render the same icon.

(See [http://wiki.openstreetmap.org/wiki/Proposed_features/Climbing] and [http://wiki.openstreetmap.org/wiki/Tag:sport%3Dclimbing])

One needs to add the following to inc/layer-amenity-symbols.xml.inc:

<Rule>
  &maxscale_zoom11;
  <Filter>[sport]='climbing' and ([natural]='rock' or [climbing]='route_bottom')</Filter>
  <PointSymbolizer file="&symbols;/climbing.png" type="png" width="16" height="16" />
</Rule>

The select statement for nodes at the bottom of the file has to be altered as follows:

  • Add 'rock' to
"natural" in ('peak','spring','tree')
  • Add
or climbing='route_bottom'

default.style needs a new entry:

node,way   climbing     text         polygon

(I'm not sure about the "polygon" flag.)

The proposed icon is adapted from [http://www.clker.com/clipart-stone-or-hill-climbing.html] which is public domain (see [http://www.clker.com/disclaimer.html])

@openstreetmap-trac
Copy link
Author

Author: schoschi
[Added to the original trac issue at 10.46pm, Thursday, 14th November 2013]

I support this request for rendering sport=climbing in the standard map, as it is of interest and there are not so many useful alternative information sources. Some points:

  • climbing is a quite common sport (e.g. in Germany), so not only a hand full of people is interested in that information
  • a big part of climbing sites are where not many map features are, i.e. they are not in city centers, air ports etc. so they don't pose a threat of "overloaded" maps
  • many climbing sites are not easy to find, e.g. usually no signs guide to them and they are hard to identify in satellite images, so users have a desperate need to find them in a map (compare that to e.g. tennis fields)
  • usual walking maps etc. don't contain icons for climbing sites
  • climbing guide books usually don't contain detailed maps with approach paths, as those books cover too many areas

@openstreetmap-trac
Copy link
Author

Author: Mateusz Konieczny
[Added to the original trac issue at 7.38pm, Monday, 28th July 2014]

duplicate of https://trac.openstreetmap.org/ticket/3159

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant