Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #58410
    tartiflette74
    Participant

    Hello,
    a new sac_scale value has been introduced last year; maybe support could be added for sac_scale=strolling? At minimum as an alias to hiking.
    Thanks!

    #58413
    Avatar photoTobias
    Keymaster

    Hi,
    thanks for mentioning that.
    For me it’s like that sac_scale=strolling is more like sac_scale=hiking has been split into two values, with now smoothness included (which is an already existing tag). Existing sac_scale=hiking would be quite often now sac_scale=strolling…
    So yes, adding as an alias to sac_scale=hiking is reasonable for me.
    Best regards,
    Tobias

    Developer of Elevate mapstyle

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

    I added strolling to “T1”
    IMO it makes no sense to invent a “T_none” or “T0” for this
    However – this can be discussed of cause.

    <translation>
    		<name>unify sac_scale</name>
    		<description>unify sac_scale</description>
    		<match mode="or" type="way|relation">
    			<tag k="sac_scale" match_id="T1" v="T1|hiking|T1 – hiking|T1-hiking|strolling"/>
    			<tag k="sac_scale" match_id="T2" v="T2|mountain_hiking|T2-mountain_hiking"/>
    			<tag k="sac_scale" match_id="T3" v="T3|demanding_mountain_hiking"/>
    			<tag k="sac_scale" match_id="T4" v="T4|alpine_hiking"/>
    			<tag k="sac_scale" match_id="T5" v="T5|demanding_alpine_hiking"/>
    			<tag k="sac_scale" match_id="T6" v="T6|difficult_alpine_hiking"/>			
    		</match>
    		<output>
    			<copy-all/>
    			<tag k="sac_scale" from_match="T1" v="T1"/>
    			<tag k="sac_scale" from_match="T2" v="T2"/>
    			<tag k="sac_scale" from_match="T3" v="T3"/>
    			<tag k="sac_scale" from_match="T4" v="T4"/>
    			<tag k="sac_scale" from_match="T5" v="T5"/>
    			<tag k="sac_scale" from_match="T6" v="T6"/>			
    		</output>
    	</translation>

    … looking at the overpass turbo it can be seen that a lot of these ways are simple flat ways in parks, even within citys between houses. Just simple footways, no T1’ones no T_anything …

    I know that such silly mapping is not our fault and I like the idea having “proofed harmless ways” instead of not_tagged ways in the mountains – question is how to proceed ?

    1 user thanked author for this post.
    #58418
    Avatar photoTobias
    Keymaster

    For me T1 are also “proofed harmless ways”. In many alpine regions path difficulty on trails marking starts at T2 anyway. So strolling and hiking are for me more a confirmation that no difficulty is to be expected than just difficulty unknown.

    Developer of Elevate mapstyle

    1 user thanked author for this post.
    #58419
    Avatar photoTobias
    Keymaster

    And this change was also to reflect that sac_scale is already used outside of mountains…

    Developer of Elevate mapstyle

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

    OK, so we proceed with the tag_transform obove

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