[done] GPX bounds
Posted: Sat Mar 03, 2018 5:38 pm
Gpx files contain a bounds element which should hold the minlat, maxlat, minlon and maxlon attributes.
It would be useful if Alpine Quest was to use this information to make the map area visible for all added geographic objects when a gpx file is imported.
At the moment the map is focused on the first object on the file.
Code: Select all
<bounds minlat="51.8057" minlon="-3.070333" maxlat="51.8269" maxlon="-3.00511666667" />
At the moment the map is focused on the first object on the file.