Betrachte 3 Beiträge - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #40716
    ninesevenoh
    Teilnehmer

    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-FotoTobias
    Administrator

    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 Teilnehmer(n) gefällt dieser Beitrag
    #40756
    Avatar-FotoChristianK
    Administrator

    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.
Betrachte 3 Beiträge - 1 bis 3 (von insgesamt 3)
  • Sie müssen angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.