Betrachte 7 Beiträge - 1 bis 7 (von insgesamt 7)
  • Autor
    Beiträge
  • #56294
    tartiflette74
    Teilnehmer

    Hi,
    highway=ladder seems new, and thus is almost unused yet, however its usage is now recommended instead of highway=path + ladder=yes; I think its support should be considered to avoid unconnected paths.

    #56297
    Avatar-FotoTobias
    Administrator

    Thanks, yes, it should be added. I’m not so sure if it should be just converted to highway=path and ladder=yes (if a way)/just ladder=yes (if a node) to remain compatibility with themes.

    Developer of Elevate mapstyle

    #56311
    Avatar-FotoChristianK
    Administrator

    I’m not so sure if it should be just converted to highway=path and ladder=yes (if a way)/just ladder=yes (if a node) to remain compatibility with themes.

    Well, we would have both
    highway=ladder
    and
    highway=path
    in one way

    I’m not shure that this will work well.
    I added highway=ladder > further transform would be techn. no problem but have to be discussed.

    #56318
    Avatar-FotoTobias
    Administrator

    Well, we would have both
    highway=ladder
    and
    highway=path
    in one way

    I meant replace highway=ladder with highway=path and ladder=yes on ways, but of course just highway=ladder is also fine.

    Developer of Elevate mapstyle

    #56407
    tartiflette74
    Teilnehmer

    Thanks Christian, this now works for ways with highway=ladder, but not for an individual node (typically part of a way with highway=path), e.g. https://www.openstreetmap.org/node/10820251292

    #56408
    Avatar-FotoTobias
    Administrator

    Thanks Christian, this now works for ways with highway=ladder, but not for an individual node (typically part of a way with highway=path), e.g. https://www.openstreetmap.org/node/10820251292

    Might make sense to convert highway=path for nodes to ladder=ld_yes

    Developer of Elevate mapstyle

    #56412
    Avatar-FotoChristianK
    Administrator

    Might make sense to convert highway=path for nodes to ladder=ld_yes

    Yes, thats much better
    A highway is a way and not a node

    	<translation>
    		<name>stupid tagging</name>
    		<description>stupid tagging</description>
    		<match type="node">
    			<tag k="highway" v="ladder" />
    		</match>
    		<output>
    			<copy-unmatched/>
    			<tag k="ladder" v="ld_yes" />
    		</output>
    	</translation>
    2 Teilnehmer(n) gefällt dieser Beitrag
Betrachte 7 Beiträge - 1 bis 7 (von insgesamt 7)
  • Sie müssen angemeldet sein, um zu diesem Thema eine Antwort verfassen zu können.