osmandapp / OsmAnd

OsmAnd
https://osmand.net
Other
4.64k stars 1.01k forks source link

Improve the map rendering for Enduro Motorbikes on off-road routes #15353

Open anastasiia936 opened 2 years ago

anastasiia936 commented 2 years ago

Further development of the "offroad" map and to offer an "enduro" map display for this map source, in which offroad routes are not shown in dashed lines according to the legend, but in color (rendered). As an example of rendering style for enduro you can take xml files from this forum: https://groups.google.com/g/osmand/c/JvV7p_JJvEU

sonora commented 2 years ago

If we include this, I suggest to modify this into a depending Map style (by using e.g. depends="default") in line 1.

In that fashion it becomes smaller (currently >3500 lines of code!), easier maintainable, and you participate without maintenance from all future innovation not directly related to the specifics of the style itself. Instead the file only specifies all things which are deliberately different from the default renderer (or any other master renderer seen as a fitting parent here, perhaps topo).

jolaae commented 2 years ago

Thank you for the quick evaluation of the further development idea.

It probably makes sense not to introduce a completely new map legend with the enduro type, but to use the existing legends and highlight tracks (dashed black line) accordingly. Here I think z. B. Surface smoothness (degrees)

jolaae commented 2 years ago

I've been looking at OSMAND for the last few days, especially with the many map views you provide by default. I took a closer look at the map view "Desert". This map provides all the necessary information for the enduro sector, such as:

sonora commented 2 years ago

Touring view in pedestrian mode gives you much the same experience, maybe even a little more contrast for ATV driving, I find.