Candid Dauth
|
8c0e3d692e
|
Use maxmind GeoLite2 database for GeoIP, as previous service doesn't exist anymore
|
2018-09-26 14:00:12 +02:00 |
Candid Dauth
|
0c72641113
|
Fix error when moving line
|
2018-04-20 16:04:27 +02:00 |
Candid Dauth
|
554132fcb8
|
Fix noZoom for map results
|
2018-03-20 12:39:44 +01:00 |
Candid Dauth
|
50aae9be82
|
Fix importing files (#90)
|
2018-03-20 12:39:16 +01:00 |
Candid Dauth
|
ef79bfd523
|
Make search result lines more visible
|
2018-03-20 12:38:40 +01:00 |
Candid Dauth
|
aae7f2ee8a
|
Elevation plot compatibility with old lines without extraInfo
|
2018-03-20 12:38:15 +01:00 |
Candid Dauth
|
8772937a71
|
Set min height for search results
|
2018-03-19 02:35:48 +01:00 |
Candid Dauth
|
c2e00429c0
|
Fix wrong calculation of bbox migration
|
2018-03-19 02:35:32 +01:00 |
Candid Dauth
|
3214dbd7be
|
Create some aliases for route modes
|
2018-03-18 20:31:51 +01:00 |
Candid Dauth
|
468e924268
|
Fix bbox migration error
|
2018-03-18 20:29:28 +01:00 |
Candid Dauth
|
96977b1233
|
Fix NaN error when ORS routing without details
|
2018-03-18 19:56:22 +01:00 |
Candid Dauth
|
c2120e085d
|
Add "Exit collaborative map" button to toolbox (fixes #32)
|
2018-03-18 19:15:38 +01:00 |
Candid Dauth
|
7083cbfed8
|
Fix error when adding a highlightable non-marker layer for the first time
|
2018-03-18 19:14:12 +01:00 |
Candid Dauth
|
55517fbd99
|
Short location hash if map is zoomed to route
|
2018-03-18 18:51:39 +01:00 |
Candid Dauth
|
90d686eb8e
|
Search also map markers/lines, store open marker/line in hash (fixes #18, #15, #13)
|
2018-03-18 18:33:43 +01:00 |
Candid Dauth
|
31683ace64
|
Add getMarker() to API
|
2018-03-18 18:31:38 +01:00 |
Candid Dauth
|
0e29808160
|
Enable hot module replacement in dev mode
|
2018-03-18 02:05:24 +01:00 |
Candid Dauth
|
3f85b6df39
|
Show OpenRouteService elevation plot with extra info (fixes #85)
|
2018-03-17 23:16:31 +01:00 |
Candid Dauth
|
ffa35af9d9
|
Add mapboxToken and mapzenToken to config
|
2018-03-16 15:28:12 +01:00 |
Candid Dauth
|
6750e55c0b
|
Fix location hash when not zoomed to search result
|
2018-03-16 07:38:45 +01:00 |
Candid Dauth
|
a933f08810
|
Improve async behaviour of infoBox
|
2018-03-16 07:31:52 +01:00 |
Candid Dauth
|
49fe5ab637
|
Greatly increase routing performance by adding and index on routeId
|
2018-03-16 05:56:10 +01:00 |
Candid Dauth
|
d0ff3329e5
|
Specify proper default values for Pad fields
Fixes problem that pad cannot be created because of legend1 and legend2
being null
|
2018-03-16 05:56:10 +01:00 |
Candid Dauth
|
1add23b8c0
|
Make it possible to import routes (not as tracks)
|
2018-03-16 05:56:10 +01:00 |
Candid Dauth
|
941b57034d
|
Highlight line that is being drawn
|
2018-03-16 05:56:10 +01:00 |
Candid Dauth
|
673393c058
|
Get rid of routeSettings object again, store encoded route mode (#85)
|
2018-03-16 05:56:06 +01:00 |
Candid Dauth
|
aaf7ff5920
|
Use a combination of OSRM and ORS and allow more route settings (#85) (not completely tested yet)
|
2018-03-16 02:10:07 +01:00 |
Candid Dauth
|
b5fed98bc3
|
Fixing bugs in routing form
|
2018-03-16 02:10:07 +01:00 |
Candid Dauth
|
cf01983c96
|
Improve line styles again
|
2018-02-25 16:57:10 +01:00 |
Candid Dauth
|
bc7cc969ef
|
Show which route point is which by mouseover effect (#89)
|
2018-02-24 22:15:11 +01:00 |
Candid Dauth
|
635c205965
|
Show location of route suggestions on hover (#89)
|
2018-02-24 21:27:30 +01:00 |
Candid Dauth
|
cb23f068da
|
Greatly improve marker/line highlight handling
|
2018-02-24 20:58:29 +01:00 |
Candid Dauth
|
876e297599
|
Prefill form fields when adding search result to map
|
2018-02-24 16:29:15 +01:00 |
Candid Dauth
|
b68f029ce7
|
Improve display of search results
|
2018-02-24 16:29:00 +01:00 |
Candid Dauth
|
95e4704f23
|
Fix some infoBox madness
|
2018-02-24 15:49:02 +01:00 |
Candid Dauth
|
ed13ebcdbe
|
Fix display of checkbox field options
|
2018-02-24 14:56:25 +01:00 |
Candid Dauth
|
eff20c4b56
|
Document clusterMarkers, legend1, legend2 in README
|
2018-02-24 14:56:03 +01:00 |
Candid Dauth
|
702bd2ede4
|
Restructure code of search box to make new features easier to add
|
2018-02-24 14:55:44 +01:00 |
Candid Dauth
|
bd3c237301
|
Comment out buggy bbox migration for now
|
2018-02-22 02:39:16 +01:00 |
Candid Dauth
|
49616792f2
|
Upgrade node version in Dockerfile to support async functions
|
2018-02-22 02:39:16 +01:00 |
Candid Dauth
|
5607a645d6
|
Fix error with bbox commit (#18)
|
2018-02-22 02:39:16 +01:00 |
Candid Dauth
|
58e2fff226
|
Add possibility to add freetext to the legend
|
2018-02-22 02:39:11 +01:00 |
Candid Dauth
|
ea682eab86
|
Set maximum zoom of legend to 3
|
2018-02-17 00:54:00 +01:00 |
Candid Dauth
|
403b0154d0
|
Properly set styles connected to checkboxes
|
2018-02-17 00:47:59 +01:00 |
Candid Dauth
|
f61080c92c
|
First basic implementation of search in map (not completely tested) (#18)
|
2018-02-16 17:48:05 +01:00 |
Candid Dauth
|
39364e839a
|
Fix freietonne and graticule layers
|
2018-01-31 22:19:29 +01:00 |
Candid Dauth
|
67802beaa0
|
Upgrade frontend dependencies
|
2018-01-31 22:19:15 +01:00 |
Candid Dauth
|
592154b9b2
|
Update server dependencies
|
2018-01-31 20:46:25 +01:00 |
Candid Dauth
|
1d2166915c
|
Upgrade sequelize to newest version
|
2018-01-31 20:33:48 +01:00 |
Candid Dauth
|
82c2bedd8a
|
Fix error thrown by last commit when opening map without pad (#14)
|
2018-01-31 02:18:17 +01:00 |