move fullscreen button slightly up on small screen, make those styles apply with...
[lantea.git] / TODO
... / ...
CommitLineData
1Tasks to complete for Lantea Maps:
2
3Required:
4
5* Improve tile cache:
6** If cached tiles have changed, possibly also try (async) updates of other cached zoom levels covering this area
7** Pre-cache tiles in adjacent areas and possibly zoom levels
8* Improve texture cleaning algorithm
9* Show a notification when we are loading tiles or saved data
10* Display movement speed
11* Display location accuracy
12* Show a better visible marker for the current location, possibly also indicating movement direction/speed
13* Smooth animations for zooming, probably using some WebGL magic
14* Use available larger/smaller tiles with resizing as loading placeholders while zooming in/out
15* Find better UI for track length/duration display
16* Better GPX saving implementation [blocked by missing web APIs]
17** Set file name to save into to a good default (date + maybe some location name)
18
19Nice To Have:
20
21* Possibility to auto-rotate map to match movement direction
22* GPS details display (satellite visibility/strength) [blocked by missing web APIs]
23* Magnetic compass display (using orientiation API)
24* Integrate reverse geocoding, using http://wiki.openstreetmap.org/wiki/Nominatim
25 e.g. http://nominatim.openstreetmap.org/reverse?format=jdon&lat=48.2051107&lon=16.3449773&zoom=14&addressdetails=1
26
27Future Possibilities:
28
29* Routing / Turn-by-turn navigation
30* POI display
31* Search address
32* Mark a target location and show distance to it