-
AuthorPosts
-
October 19, 2025 at 17:38 #58410
tartiflette74
ParticipantHello,
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!October 19, 2025 at 20:00 #58413
TobiasKeymasterHi,
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,
TobiasDeveloper of Elevate mapstyle
1 user thanked author for this post.
October 20, 2025 at 09:52 #58414
ChristianKKeymasterI 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.
October 20, 2025 at 12:16 #58418
TobiasKeymasterFor 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.
October 20, 2025 at 12:18 #58419
TobiasKeymasterAnd 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.
October 21, 2025 at 07:29 #58424
ChristianKKeymaster -
AuthorPosts
- You must be logged in to reply to this topic.