Wykres commitów

105 Commity (95c226305bffcf69ec1242ca1a4bcf77a1bac097)

Autor SHA1 Wiadomość Data
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 7287e8b48f Move webserver code to separate file 2017-02-09 23:55:56 +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 c85066b618 Enable caching for bundle, also bundle socket.io 2017-02-09 20:13:45 +01:00
Candid Dauth 9aecbad227 Fix error due to Mapbox directions API change (fixes #56) 2017-01-21 13:02:28 +03: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
Candid Dauth d738f8c969 Add Views to missing columns migrations 2016-11-04 14:24:02 +03:00
Candid Dauth 2f01085c55 Do not simplify routes (they are way too simple) (#24) 2016-11-01 20:18:54 +03:00
Candid Dauth be37c6b6e1 Only allow using history in writable mode
Otherwise stuff can be reverted, and the write ID can be taken from
padData change events.
2016-11-01 19:59:55 +03:00
Candid Dauth 88483d142e Implement edit history 2016-10-31 15:11:36 +03:00
Candid Dauth cae8b16eb4 Clean up db code: No more *WithData() functions 2016-10-31 15:08:22 +03:00
Candid Dauth 1ff7e03d01 Fix some exceptions after server refactoring 2016-10-30 18:05:23 +03:00
Candid Dauth 5d66ffaf59 Restore non-event-stream utils.filterStreamPromise, as event-stream couldn’t deal with our streams 2016-10-30 17:34:02 +03:00
Candid Dauth 3369ace90d Restructure server code 2016-10-30 17:01:21 +03:00
Candid Dauth a1bbb51d9c Add dialog to edit filter and make it possible to save it in view 2016-10-26 14:13:59 +03:00
Candid Dauth 74f888977f Fix updating of object styles in relation to type after recent changes 2016-10-25 18:40:45 +03:00
Candid Dauth e9c77cb489 Add compression to express server 2016-10-24 22:43:20 +03:00
Candid Dauth 4d1e3737a1 Use generated icons for search results 2016-10-24 22:31:19 +03:00
Candid Dauth f9865656f8 Add ability to define default routing mode for line types 2016-10-24 22:03:20 +03:00
Candid Dauth fdfb05a772 Add options to set default/fixed colour/size/symbol/width for type 2016-10-24 21:32:29 +03:00
Candid Dauth 264d7b3e0c Add option to control marker size and symbol 2016-10-24 03:57:21 +03:00
Candid Dauth a36507b9c5 Add FreieTonne layers 2016-10-20 23:27:33 +03:00
Candid Dauth 8b2aa9155d Fix error when reverse geocode doesn't find anything 2016-10-20 14:48:55 +03:00
Candid Dauth 922254956f Send all objects at once on setPadId and updateBbox 2016-10-20 13:40:32 +03:00
Candid Dauth e96e259ab7 Add search/route to location hash 2016-10-19 18:02:18 +03:00
Candid Dauth f91b23a39e Don't disable map if disconnected and not in pad 2016-10-19 16:00:21 +03:00
Candid Dauth d8c371adfa Change links from pad.facilmap.org to facilmap.org 2016-10-19 13:41:16 +03:00
Candid Dauth a4cdfcdba0 Return generic result if reverse geocode fails 2016-10-19 11:56:06 +03:00
Candid Dauth d3dbd8c446 Rebrand to FacilMap 2016-10-18 21:27:57 +03:00
Candid Dauth 6b4b875bc8 Increase zoom level for reverse geocode 2016-10-18 19:46:45 +03:00
Candid Dauth a4b1665145 Move decode of OSM URLs to frontend 2016-10-18 16:33:30 +03:00
Candid Dauth f31ef6ea22 Reverse-geocode when clicking on map or searching for coords 2016-10-18 16:33:08 +03:00
Candid Dauth d56650c549 Serve frontend files from server using express 2016-10-18 14:27:20 +03:00
Candid Dauth 0971e10de6 Don't load URLs when finding route destination 2016-10-18 13:37:36 +03:00
Candid Dauth a95d0df14a Restructure: Only one package.json and bower.json in main directory 2016-10-18 13:37:33 +03:00
Candid Dauth 190053453b Add "track" line mode and enable adding gpx tracks to map 2016-10-14 02:48:23 +03:00
Candid Dauth f78b8eef1b Make it possible to open GPX/OSM/KML/GeoJSON files on the map 2016-10-14 01:00:29 +03:00
Candid Dauth ea05d528f2 Get rid of multiple route options and add button to add route to map 2016-10-12 18:11:49 +03:00
Candid Dauth 0876ffeec8 Replace routing types "fastest" and "shortest" by "car" 2016-10-12 18:07:27 +03:00
Candid Dauth 30fe847ba4 Basic support to calculate routes using search form 2016-10-12 13:53:43 +03:00
Candid Dauth a5ee285d84 Migrate search request to promise 2016-10-12 00:41:35 +03:00
Candid Dauth 93a4d2ff04 Use Mapbox directions API 2016-10-12 00:38:18 +03:00
Candid Dauth 72c714c024 Change routing provider to OSRM 2016-10-12 00:26:04 +03:00
Candid Dauth a355161250 Migrate server from async calls to promises 2016-10-11 23:28:36 +03:00
Candid Dauth 38171400f7 Kick out pad ID unique constraint, as it was bogus 2016-10-11 19:47:53 +03:00
Candid Dauth 4994c99b55 Verify pad id when changing it in settings 2016-10-11 19:42:02 +03:00
Candid Dauth 7090c01249 Verify pad ids when creating a pad 2016-10-11 19:30:40 +03:00
Candid Dauth 54657ef048 Replace index page by a map where you can optionally start a pad 2016-10-11 19:30:16 +03:00
Candid Dauth 7b97b59e00 Send custon User-Agent in http requests 2016-10-11 15:30:50 +03:00