trekarta icon indicating copy to clipboard operation
trekarta copied to clipboard

Show skitours earlier

Open hungerburg opened this issue 3 years ago • 0 comments

Hiking mode emphasizes paths starting at zoom 14, would be great to make skitours also become prominent at this zoom level, after all, skitouring is a kind of hiking :)

app/src/main/assets/styles/winter.xml
@@ -820,10 +820,10 @@
             </m>
         </m>
         <m k="piste:type" v="skitour">
-            <m zoom-max="14">
+            <m zoom-max="13">
                 <line fix="true" src="assets:symbols/winter/skitour_path.svg" symbol-height="10" />
             </m>
-            <m zoom-min="15">
+            <m zoom-min="14">
                 <line fix="true" src="assets:symbols/winter/skitour_path.svg" symbol-height="14" />
                 <text fill="#d53900" use="piste-name" /> <!-- Darken 20% -->
                 <text use="piste-ref" />

hungerburg avatar Apr 29 '21 10:04 hungerburg