Quote from: FriedelXT on May 03, 2020, 01:10:23
can you tell me how I can learn modify map themes?
I mean one time I saw an online editor...
As far as a I know, there is no editor for map themes...
But I can point you in the direction of some information that will tell you what you need to know:
https://github.com/mapsforge/mapsforge/blob/master/docs/Rendertheme.md
This gives a good background to creating XML theme files. the following gives you some LocusMap specific information too:
https://docs.locusmap.eu/doku.php?id=manual:advanced:map_tools:theming
In additional you will need a good text editor. I can highly recommend NotePad++ which is what I am using (the portable version, so I can keep it on a USB stick and use on any machine).
I have installed into Notepad++ a plugin called "Quick Color picker +" which allows you to modify the hex colors directly in the theme with a pop-up colour picker. You can find the plugin at:
https://github.com/nulled666/nppqcp/
I would suggest starting with modifying an existing theme that is for v3 maps, as the render engine for v4 is very intolerant to syntax errors and will refuse to display anything when one is found.
Good luck.