Wykres commitów

55 Commity (61c731788b91c4eaf54a5cffd7c09b9fab092b06)

Autor SHA1 Wiadomość Data
Candid Dauth df1fd8cfcc Add button to settings dialog to remove a map (#66) 2020-04-25 00:01:40 +02:00
Candid Dauth c2e00429c0 Fix wrong calculation of bbox migration 2018-03-19 02:35:32 +01:00
Candid Dauth 468e924268 Fix bbox migration error 2018-03-18 20:29:28 +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 3f85b6df39 Show OpenRouteService elevation plot with extra info (fixes #85) 2018-03-17 23:16:31 +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 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 bd3c237301 Comment out buggy bbox migration for now 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 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 1d2166915c Upgrade sequelize to newest version 2018-01-31 20:33:48 +01:00
Candid Dauth 5d638bb9cf Add option to control whether type is shown in legend (fixes #30) 2018-01-27 21:50:56 +01:00
Candid Dauth dfe404fefb Fix "Pad could not be found" error when saving settings without change 2017-12-25 22:15:37 +01:00
Candid Dauth b441169646 Throw proper error objects to have proper stack traces 2017-12-25 22:09:05 +01:00
Candid Dauth a03e93bb4d Use OpenRouteService for routing and elevation plot (#85) 2017-11-22 21:36:56 +01:00
Candid Dauth c15a53822e Make it possible to make style dependent on checkbox value (#83) 2017-11-18 15:46:19 +01:00
Candid Dauth 5d5f64e2ec Add shape property to markers, introduce circle shape (#78) 2017-11-17 22:07:12 +01:00
Candid Dauth fd73b7a60d Edit lines using routing form (fixes #17) 2017-05-25 22:58:29 +02:00
Candid Dauth bd820f9fbf Properly clear route when updating it 2017-05-25 12:29:53 +02:00
Candid Dauth 6c8295d89c Fix sending edited line to clients when route is not recalculated 2017-05-24 00:41:26 +02:00
Candid Dauth 77068f3a25 Bugfix routing, make it work in non-collaborative mode 2017-05-19 23:58:37 +02:00
Candid Dauth 4c09d0168e Bugfixing infoBox and search 2017-05-17 19:33:07 +02:00
Candid Dauth caee2c2ff2 Add support for server-side routes (fixes #28) (#26)
Saves data and shows elevation profile

Preparation for #17
2017-05-17 19:00:15 +02:00
Candid Dauth a07413f2e7 Fix updating ascent/descent when moving line 2017-05-11 02:54:23 +02:00
Candid Dauth 050cd16737 Fix error when deleting line (introduced with elevation feature) 2017-05-11 02:53:56 +02:00
Candid Dauth de474b6653 Elevation field needs to be signed (#26) 2017-04-28 03:39:44 +02:00
Candid Dauth 03a36a5aa2 Show elevation of markers (#26) 2017-04-28 02:52:29 +02:00
Candid Dauth d08451305b Show elevation plot for lines (#26) 2017-04-28 02:17:30 +02:00
Candid Dauth 86342837bd Do not start server before migrations are finished 2017-04-27 19:31:57 +02:00
Candid Dauth dd6cce4c62 dropdownKeyMigration should not be waited for 2017-04-27 18:44:52 +02:00
Candid Dauth 56cae8cb68 Add adminId (fixes #12) 2017-03-30 16:01:46 +02:00
Candid Dauth 2ac20fac8b Fix exceptions when saving type 2017-03-04 20:35:40 +01:00
Candid Dauth a231ee3548 Use bluebird for long stack traces 2017-03-04 20:35:26 +01:00
Candid Dauth 7bdf18e51b Add map option to cluster markers (fixes #53) 2017-02-26 16:26:22 +01:00
Candid Dauth 313f6ef9aa Make renaming dropdown options possible again (#43) 2017-02-25 16:11:43 +01:00
Candid Dauth 3f95e76cdd Fix error when saving empty dropdown value (fixes #39) 2017-02-25 14:12:02 +01:00
Candid Dauth 249d687252 Get rid of dropdown option key, save value in data instead (#43) 2017-02-25 13:46:37 +01:00
Candid Dauth 2a5829f226 Make it possible to rename fields without losing data (#43) 2017-02-22 16:49:02 +01:00
Candid Dauth e1f4aae2a8 Get rid of process.env.fmConfig 2017-02-22 16:25:46 +01:00
Candid Dauth b439119118 Fix facilmap-server bin script 2017-02-22 03:49:12 +01:00
Candid Dauth 587e6bf80d Allow more than 25 route points by sending multiple requests (fixes #52) 2017-02-10 16:49:25 +01:00
Candid Dauth 95c226305b Move GPX export to separate URL (#58) 2017-02-10 12:45:48 +01:00
Candid Dauth 3824f4fd3e Add option whether map can be indexed by search engines (fixes #35) 2017-02-10 12:45:43 +01:00
Candid Dauth 0ab81205da Add dev mode for webpack-dev-server and switch for sql debug output 2017-02-09 20:39:42 +01:00
Candid Dauth 670a8dd56b Fix error when updating objects on some platforms
On some platforms. Sequelize.update() returns 0 even if the rows were
found, if no fields have been changed.
2016-12-27 15:25:02 +01:00