support full screen mode
[lantea.git] / TODO
... / ...
CommitLineData
1Tasks to complete for Lantea Maps:
2
3Required:
4
5* Cache map tiles in the indexedDB
6** Use an intelligent algorithm to automatically try (async) updating tiles if they have a certain age
7*** If they have changed, possibly also try (async) updates of other cached zoom levels covering this area
8** Clear cached tiles option
9* Find the bug that messes up the display when panning on not fully loaded tiles (web connection down)
10* Show a notification when we are loading tiles or saved data
11* Display length and duration of track
12* Display movement speed
13* Display location accuracy
14* Show a better visible marker for the current location, possibly also indicating movement direction/speed
15* Support pinch zoom gestures
16* Smoother animations for panning
17* Smooth animations for zooming, probably using some canvas magic
18* Use available larger/smaller tiles with resizing as loading placeholders while zooming in/out
19* Save GPX tiles to the web (OSM? Public cloud service? Private service?)
20* Better GPX saving implementation [blocked by missing web APIs]
21** Set file name to save into to a good default (date + maybe some location name)
22
23Nice To Have:
24
25* Possibility to auto-rotate map to match movement direction
26* GPS details display (satellite visibility/strength) [blocked by missing web APIs]
27* Magnetic compass display [blocked by missing web APIs]
28
29Future Possibilities:
30
31* Routing / Turn-by-turn navigation
32* POI display
33* Search address
34* Mark a target location and show distance to it