36 lines
1.0 KiB
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).
2014-09-07 21:19:43 +02:00
It is possible to switch between Google Maps API and OpenLayers API with OpenStreetMap (or any other compatible base layer).
It also supports Backitude client (thanks to markcs: see README_Backitude).
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-23 23:53:19 +02:00
- browser with javascript enabled, cookies for authentication and saving preferences
2013-06-19 13:27:14 +02:00
Features:
- simple
- allows live tracking
- track statistics
- altitudes graph
- multiple users
- user authentication
- Google Maps API v3
2013-06-26 19:58:55 +02:00
- OpenLayers v2
2013-06-19 13:27:14 +02:00
- ajax
- server based configuration
2013-06-23 23:53:19 +02:00
- user preferences stored in cookies
2013-06-19 13:27:14 +02:00
Todo
2013-06-21 11:15:09 +02:00
- install script
2013-06-23 00:17:28 +02:00
- custom icons
2013-06-19 13:27:14 +02:00
- write opensource client?
License
- GPL