How to change cycleway min level in a custom render file?

32 views
Skip to first unread message

Benjamin

unread,
May 26, 2020, 6:12:12 AM5/26/20
to OsmAnd
I'm making a custom render file based on the default osmand render. I could successfully change the colours of the roads but I can't find the part of code to change the minimum zoom level for highway=cycleway. Currently it appears at level 16 and I would like to change it to level 15. How can I modify it?

Benjamin

unread,
May 26, 2020, 7:36:58 AM5/26/20
to OsmAnd
I found the answer for my own question. In this part you have to change maxzoom="15" to maxzoom="14"

<case tag="highway" value="cycleway" order="65">
<apply_if baseAppMode="pedestrian" order="87"/>
<apply_if layer="1" order="109"/>
<apply_if additional="layer=2" order="139"/>
<apply_if additional="layer=3" order="146"/>
<apply_if layer="-1" order="42"/>
<apply_if additional="layer=-2" order="19"/>
<apply_if baseAppMode="bicycle" order="177"/>
<apply_if baseAppMode="default" moreDetailed="false" maxzoom="15" order="-1"/>
</case>

Reply all
Reply to author
Forward
0 new messages