<renderingStyle depends="OsmAnd" version="1">
<renderingAttribute name="route">
<case color="#882a4bd1" strokeWidth="5:5" color_3="#ffde5b" color_2="#bfccff" strokeWidth_3="2:1">
<apply_if nightMode="true" color="#ffdf3d" color_2="#806f1f" color_3="#41a6d9" strokeWidth="2:2" color_0="#CCb29c2b" strokeWidth_0="2:1"/>
</case>
</renderingAttribute>
</renderingStyle>
I always use my own rendering, correcting width of navigation track. It's too wide to my taste, the track covers the whole street and I always reduce its default width so I can see it inside streets. It was done by creating small file AnyName.render.xml that I put in OsmAnd folder. Content of the file is very simple:<renderingStyle depends="OsmAnd" version="1">
<renderingAttribute name="route">
<case color="#882a4bd1" strokeWidth="5:5" color_3="#ffde5b" color_2="#bfccff" strokeWidth_3="2:1">
<apply_if nightMode="true" color="#ffdf3d" color_2="#806f1f" color_3="#41a6d9" strokeWidth="2:2" color_0="#CCb29c2b" strokeWidth_0="2:1"/>
</case>
</renderingAttribute>
</renderingStyle>It worked very well until OsmAnd was updated to 3.1. Now it doesn't see my file, leaving me with only option - edit default.render.xml. First of all, it's inconvenient - the file is big (currently 645 KiB). And second, every new update overwrites this file. So, I have to go through the hassle of editing it again and again...
<renderingStyle depends="OsmAnd" version="1">
<renderingProperty attr="appMode" name="Rendering mode" description="Map optimization for respective User Profile"
type="string" possibleValues="browse map,car,bicycle,pedestrian"/>
<renderingAttribute name="route">
<case color="#882a4bd1" strokeWidth="5:5" color_3="#ffde5b" color_2="#bfccff" strokeWidth_3="2:1">
<apply_if nightMode="true" color="#ffdf3d" color_2="#806f1f" color_3="#41a6d9" strokeWidth="2:2" color_0="#CCb29c2b" strokeWidth_0="2:1"/>
</case>
</renderingAttribute>
</renderingStyle>
Check, if you need to change depends="OsmAnd" to depends="default".
<renderingStyle depends="OsmAnd" version="1"><renderingStyle depends="default" version="1">@Thompson, thank you for checking those two files. If it worked for you as desired in both cases, it means that "depends" value is irrelevant here and it could be anything. :)
@Majka,I did step 1 to make sure, that OsmAnd is using its default rendering file and not the one, that I edited. Editing default rendering file so far the only option for me to show narrower track. Obviously I'm doing something wrong (and at least two people in this thread are confirming that), but I don't know what's wrong here.Tomorrow I'll try it again. What should I clean up to make sure that it'll work well as for you guys?
If you're confident that you know how to backup and restore any personal data that you care about (favourites, gox tracks, etc) then the easiest thing would be to do a clean-reinstall (you said that the problem appeared when you updated to 3.1 and I can't replicate it). But if you're not confident about that then you'd be causing more trouble for yourself, and I'd wait for the next official update to see if that installation fixes your problem.With sympathy ;-)A.
SDCard\osmand
Phone\Android\data\net.osmand\files default.render.xml
TryFirst.render.xml
It should work, there is nothing else to do.
Restart Osmand, select the additional renderer, done.

Thank you, Majka.I have OsmAnd 3.1.5, released 2018-08-10 on my phone and there is no TryFirst item between Touring view and UniRS. Should I try something else instead?
On Thursday, 13 September 2018 21:54:10 UTC+2, OA wrote:Thank you, Majka.I have OsmAnd 3.1.5, released 2018-08-10 on my phone and there is no TryFirst item between Touring view and UniRS. Should I try something else instead?I do sincerely hope you are just kidding.
Do not come back until you can show me a screenshot of the mentioned folder, where you have both the default.render.xml and TryFirst.render.xml files inside.