Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #40716
    ninesevenoh
    Participant

    Hi,

    Is it possible to add support for cycleway=share_busway and the left:right variants please? Many segregated bus lanes are dedicated low traffic cycle lanes (in the UK anyway, unsure about other countries) which would be useful to have displayed on the map. I dont think they are part of the TagTransform currently either.

    An example way: https://www.openstreetmap.org/way/99005149

    Both this road and a road north of it has these shared cycleways along most of the length of them which aren’t shown on Elevate rendering or opencyclemap.

    Thanks

    #40746
    Avatar photoTobias
    Keymaster

    Hi,
    these tags aren’t included in the maps, so they can’t be rendered with the themes, too. I’ll look into it, thanks for the suggestion.
    Best regards,
    Tobias

    Developer of Elevate mapstyle

    1 user thanked author for this post.
    #40756
    Avatar photoChristianK
    Keymaster

    For maps from 24th of  November 2020:

    cycleway*= share_busway ist transformed and treated as cycleway*=lane

    <translation>
    <name>cycleway lanes bus 2 lane</name>
    <description>cycleway lanes bus 2 lane</description>
      <match mode="and" type="way">
       <tag match_id="type" k="cycleway(.*)" v="share_busway"/>
      </match> 
    <output>
    <copy-all/>
      <tag from_match="type" v="lane"/>
    </output>
    </translation>

    So cycleways appear on map and IMO thats the point, bus or not….
    Tested with OSM-OverpassTurbo and Edinburgh map

    4 users thanked author for this post.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.