I tried changing the primaryRoadColor
value to ff0000
. When I compile, it is replaced with the default ff80a0
value. How and where can I create custom color for roads?
In my render folder, I have the following XML:
default.render.xml, Depends-template.render.xml, hud.render.xml, LightRS.render.xml, nautical.render.xml, regions.render.xml, skimap.render.xml, standalone-template.render.xml, test.render.xml, Topo-map-assimilation.render.xml,Touring-view_(more-contrast-and-details).render.xml, UniRS.render.xml
I followed this link, it didn't work out.
I edited this included (mapnik) XML and added couple of things from default file to make a new style. The ones that come with osmAnd app are really overwhelming to look at, especially while on the road. Colors are too intense and too many, so in this file I made it similar to Google Maps which is much easier on your eyes. Non important roads are white, and the main roads are yellow.
This should answer your question as I've annotated the parts I've changed, so if you look for "eml" you can find them. Specifically, if you want to change the road colors, look for Road-0 through Road-4. These are five big roads. Smaller ones are also in that section.
When making changes, keep in mind there are several conditions under which your changes may not be reflected. This is because additional options have a set of their own styles. There is Road Styles, just pick one and edit only that, not to be confused. I picked German road atlas. Also there's Map Mode (Day/Night/etc), I picked Day. This all is very versatile but for me a single map style would be good enough.
You can download my xml file here (eml.render.xml) :
https://pastebin.com/7MystwDv1) copy it to "rendering" folder of your osmAnd
File location, depends on the version, can be:
/storage/sdcard1/osmand-plus/osmand/rendering
or
/Internal storage/Android/data/net.osmand/files/rendering
2) Start the osmAnd and go to Configure Map, and click on Map Style. In this case you will have a new style "eml" derived from eml.render.xml filename you've copied.
3) After selecting that, change Road style to: "German road atlas" because that's the only one I've changed
4) Map Mode: "Day" also the only one I've changed
If you're planing to edit these files, having an editor that shows you the hex color helps a lot. I'm using Android Studio, it's an overkill of course, but I already had it installed. There should be others much smaller editors that offer this option.
For reference, here's a screenshot of this style: