|
c0da94a4a9
|
Don't change map view when toggling markers.
|
2018-10-09 00:23:38 +02:00 |
|
|
1195938bd2
|
New "Export GPX" button which exports current view as GPX.
|
2018-10-08 02:06:51 +02:00 |
|
|
652dbe8202
|
Added lots of new tile sources. Set Thunderforest API key in
ownmap.coffee and recompile.
|
2018-10-03 20:38:22 +02:00 |
|
|
b3df214cc2
|
Add day navigation map buttons.
|
2018-08-12 23:45:41 +02:00 |
|
|
4f76f94e11
|
Add MapSurfer layer.
|
2018-06-10 15:34:30 +02:00 |
|
|
868323f2f6
|
Fix bug with wrong filter when no cookie is set.
|
2018-06-09 15:43:13 +02:00 |
|
|
c79d2cb79c
|
Method to change map layer opacity. Might be implemented as a slider
some day.
|
2018-06-09 15:06:28 +02:00 |
|
|
79c2cec956
|
Integrated reset_zoom as a map button.
|
2018-06-04 00:05:05 +02:00 |
|
|
6260fa09fa
|
Add Leaflet.EasyButton and add show_markers toggle to map.
|
2018-06-03 23:35:14 +02:00 |
|
|
8db766dc9c
|
Restore filter functionality in UI.
|
2018-06-03 20:45:57 +02:00 |
|
|
86257709bc
|
Fixed ShowHideMarkers persistency via Cookie.
|
2018-06-03 16:54:26 +02:00 |
|
|
328005ac4a
|
Brought back Show/Hide markers functionality.
|
2018-06-03 16:43:56 +02:00 |
|
|
09188fa0e7
|
Move around a few lines. Remove showMarkers-toggle for later
reimplementation.
|
2018-06-03 00:54:20 +02:00 |
|
|
cd85618672
|
Moved marker/polyline code to MarkerMgr class. Use location_id instead
of epoch for operations.
|
2018-06-02 22:18:16 +02:00 |
|
|
aa5a9946b7
|
Fix removal of markers/polylines when switching days.
|
2018-05-26 00:42:45 +02:00 |
|
|
0cced626bc
|
Get tracker_id from RPC answer.
|
2018-05-25 00:50:09 +02:00 |
|
|
800e4d9b06
|
Start moving marker code to MarkerMgr class.
|
2018-05-23 00:52:29 +02:00 |
|
|
a8d2228e00
|
Add 2 more tile layers.
|
2018-05-18 00:34:17 +02:00 |
|
|
4d857fc024
|
Moving around marker drawing code.
|
2018-05-11 18:35:09 +02:00 |
|
|
d14eb463f5
|
Rewrite fetching markers into Promise. Also renamed a few things.
|
2018-05-07 01:55:32 +02:00 |
|
|
b21ff45649
|
Get rid of momentjs for the silly calculations we do.
|
2018-05-06 03:51:52 +02:00 |
|
|
55b629b8e0
|
Prepare separate classes for RPC calls and Marker management.
|
2018-05-02 14:18:12 +02:00 |
|
|
72d7a0742a
|
Also use FontAwesome icons on mobile screens.
|
2018-04-30 01:07:06 +02:00 |
|
|
e13e13b80a
|
Fix small bug with removing old hotlines. Cleanup.
|
2018-04-29 21:28:25 +02:00 |
|
|
634cc99e2c
|
Replace unnecessary jQuery loops with native CoffeeScript ones.
|
2018-04-29 21:18:51 +02:00 |
|
|
d1c5522876
|
Added OpenTopoMap. More refinements to map layers.
|
2018-04-29 18:57:20 +02:00 |
|
|
9e41f80696
|
Added layer selection to Leaflet and a few more tile providers.
|
2018-04-29 18:30:29 +02:00 |
|
|
66aabd2441
|
Fix missing icons (Bootstrap 4 doesn't include Glyphicons anymore) by
using Font Awesome.
|
2018-04-29 17:53:12 +02:00 |
|
|
df75b59737
|
Converted remaining methods from JavaScript to CoffeeScript.
|
2018-04-28 15:05:00 +02:00 |
|
|
b4eb9b42c7
|
Converted most JavaScript to CoffeeScript and tried to sort it a bit
during the process.
|
2018-04-26 03:17:53 +02:00 |
|