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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OsmAnd
I found the answer for my own question. In this part you have to change maxzoom="15" to maxzoom="14"