34 lines
982 B
Plaintext
Raw Normal View History

2013-06-19 13:27:14 +02:00
This is a simple web viewer for GPS tracks uploaded with mobile client.
It is designed to work with Android version of great app TrackMe (http://www.luisespinosa.com/trackme_eng.html),
2013-06-21 11:15:09 +02:00
but it should be easy to adjust it for other clients (other database tables).
2013-06-19 13:27:14 +02:00
Interface "look and feel" is based on TrackMe Display (http://forum.xda-developers.com/showthread.php?t=477394).
2013-06-21 11:15:09 +02:00
It is possible to switch between Google Maps API and OpenLayers API with OpenStreetMap (any other base layer should be easy to add).
2013-06-19 13:27:14 +02:00
Live demo:
- http://flaa.fabiszewski.net/phptrackme/
Requirements:
2013-06-21 11:15:09 +02:00
- PHP 5.1.2
- MYSQL 4.1
2013-06-19 13:27:14 +02:00
- browser with javascript enabled, cookies for authentication
Features:
- simple
- allows live tracking
- track statistics
- altitudes graph
- multiple users
- user authentication
- Google Maps API v3
2013-06-21 11:15:09 +02:00
- OpenLayers 2.13
2013-06-19 13:27:14 +02:00
- ajax
- server based configuration
Todo
2013-06-21 11:15:09 +02:00
- install script
- user level customization, storing settings in cookies?
2013-06-19 13:27:14 +02:00
- write opensource client?
License
- GPL