Alexander Borsuk
Alexander Borsuk
OSMand shows OSM routes specifically tagged for cycling, right?
@pastk idea: add layers with routes above the map into Bookmarks and Tracks as separate items/lists where user can toggle their visibility in the same way as toggling bookmarks/tracks list...
User asks to show start/finish points and directions for loop/MTB tracks.
@rtsisyk It's not about other apps, it's about KML and GPX formats for tracks. A timestamp for each point is required to calculate any usable metrics. @cyber-toad WDYT?
@cyber-toad yes, using different vectors for example. To improve loading speed, we can store a number of serialized track points in the beginning of the track/in the metadata, to pre-allocate...
As was mentioned in the ticket above, there is only one choice to store track data with time stamps in KML, ``: https://developers.google.com/kml/documentation/kmlreference#gxtrack To store several tracks united as one...
> as I understand the ... should be fully replaced with the ...? Correct. Some apps may store both for compatibility with older software that doesn't work with KML 2.3....
Here is a bit more information about KML 2.2 and 2.3 difference + an example https://github.com/organicmaps/organicmaps/pull/9107#issuecomment-2309896315
Timestamps serialization was implemented in https://github.com/organicmaps/organicmaps/pull/9175 , timestamps gpx export was implemented in https://github.com/organicmaps/organicmaps/pull/9216 thanks to @kirylkaveryn !
@kavikhalique please do not mix all changes into one PR. 1. Check out the latest version of the existing PR by Kiryl (use gh tool for that). 2. Rename that...