Wykres commitów

168 Commity (1d2166915cc10a9c45d8b903879e302d127d83db)

Autor SHA1 Wiadomość Data
Candid Dauth 1d2166915c Upgrade sequelize to newest version 2018-01-31 20:33:48 +01:00
Candid Dauth c918d4edc9 v2.7.0 2018-01-28 02:12:45 +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 93abec53c2 Respect filter in GPX export (fixes #55) 2017-12-25 18:24:15 +01:00
Candid Dauth 15ea2b72e2 Respect filter in GeoJSON export (#55) 2017-12-25 18:16:01 +01:00
Candid Dauth a182e7ff79 Respect filter in table export (#55) 2017-12-25 18:04:39 +01:00
Candid Dauth cbbf8ad44c Fix display of road names and house numbers in some countries 2017-12-23 18:21:16 +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 7b0d6d0796 Disable elevation, as the limit is reached 2017-08-23 11:44:10 +02:00
Candid Dauth 17f25e4291 Tag version 2.6.0 2017-05-26 17:59:07 +02:00
Candid Dauth c1dbe27d2d Clean up GPX code and use EJS template 2017-05-26 17:36:51 +02:00
Candid Dauth 9a30b84af6 Make it possible to export lines and routes as GPX (fixes #31) 2017-05-26 16:08:09 +02:00
Candid Dauth 7d902e8abd Clean up GPX output and add elevation information to it 2017-05-25 23:18:06 +02: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 ffc13e645c Hopefully fix rate limit errors for elevation service 2017-05-24 00:29:25 +02:00
Candid Dauth f146f6b4d2 Only get elevation for search results when necessary 2017-05-24 00:22:12 +02:00
Candid Dauth 21e9ba1234 Release v2.5.1 2017-05-20 00:16:56 +02:00
Candid Dauth 77068f3a25 Bugfix routing, make it work in non-collaborative mode 2017-05-19 23:58:37 +02:00
Candid Dauth 0031650f6a Release version 2.5.0 2017-05-18 11:36:07 +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 b39b575c6a Add debug option for outgoing HTTP requests 2017-04-27 20:20:09 +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 f8ac5c2b88 Show elevation in search results (#26) 2017-04-27 14:42:42 +02:00
Candid Dauth 42ee410634 Clean up search code 2017-04-27 14:05:08 +02:00
Candid Dauth 16b7ae18fa Publish v2.4.0 2017-03-30 16:17:01 +02:00
Candid Dauth 56cae8cb68 Add adminId (fixes #12) 2017-03-30 16:01:46 +02:00
Candid Dauth 6af75dba3b Publish version 2.3.4 2017-03-29 17:03:01 +02:00
Candid Dauth 54527f4d0c Show create dialog when accessing unexisting pad (fixes #65) 2017-03-29 16:53:58 +02:00
Candid Dauth d6a55e4634 Do not save view/type padId in GeoJSON output 2017-03-06 16:06:24 +01:00
Candid Dauth d48991e902 Improve GeoJSON output 2017-03-05 21:58:33 +01:00
Candid Dauth 7c9f871727 Add export as GeoJson (#10) 2017-03-04 22:27:32 +01: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 af0387c030 Clean up webserver code, add method getFrontendFile() 2017-03-02 00:41:16 +01:00
Candid Dauth 79588d05e1 Render table as static html under fixed URL (fixes #58) 2017-03-01 20:02:57 +01:00
Candid Dauth 2751979d66 Version 2.3.3 2017-02-27 02:20:29 +01:00
Candid Dauth c185d19ca2 Version 2.3.2 2017-02-26 23:33:40 +01:00