diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-05-29 23:03:53 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-05-29 23:03:53 +1200 |
commit | f47349508d3a2dc2e78c30ebb42c24a65abcfa62 (patch) | |
tree | 3b676b2d31790553b879bf876b1eac9149d25342 /web/app/Resources.js | |
parent | 2f3c714d6abcdb62983abe48404afa24a672231b (diff) | |
download | trackermap-server-f47349508d3a2dc2e78c30ebb42c24a65abcfa62.tar.gz trackermap-server-f47349508d3a2dc2e78c30ebb42c24a65abcfa62.tar.bz2 trackermap-server-f47349508d3a2dc2e78c30ebb42c24a65abcfa62.zip |
Show live data on map
Diffstat (limited to 'web/app/Resources.js')
-rw-r--r-- | web/app/Resources.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/Resources.js b/web/app/Resources.js index 19e21b07b..b7ffce571 100644 --- a/web/app/Resources.js +++ b/web/app/Resources.js @@ -71,6 +71,7 @@ var styles = { map_max_zoom: 16, map_report_route: 'blue', map_report_marker: 'blue', + map_live_marker: 'red', map_route_width: 5, map_marker_radius: 50 }; |