Wykres commitów

200 Commity (85382c7ae9fe89a499220db69ed2834b70815306)

Autor SHA1 Wiadomość Data
Candid Dauth 85382c7ae9 Prevent annoying map movements to keep line popup in view 2016-10-12 00:56:02 +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 76223f26ac Move search result polygon tooltip with mouse 2016-10-12 00:37:57 +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 48e0360d30 Fix table after restructuring to have a front page map 2016-10-11 23:27:30 +03:00
Candid Dauth 78b06c0548 Fix bug that marker/line popups don't get updated when closed 2016-10-11 23:26:26 +03:00
Candid Dauth 482568042b Add buttons to copy pad URLs 2016-10-11 19:56:46 +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
Candid Dauth cc50ee8a88 Use leaflet.locatecontrol instead of a button in the toolbox 2016-10-11 15:30:02 +03:00
Candid Dauth 9ec78c79f8 Show markers and popups for search results 2016-10-11 14:28:16 +03:00
Candid Dauth 1feb17b39c Move nameFinder to the server 2016-10-11 11:08:31 +03:00
Candid Dauth 025dd61d89 Unfinished support for file import 2016-10-11 10:40:09 +03:00
Candid Dauth e46ef278f7 Fix "Create Type" button 2016-10-08 12:19:17 +03:00
Candid Dauth fb8ff1d508 Add database migration that Pad.name, Marker.name and Line.name can be null
This was changed in an earlier commit, but no migration was added
2016-10-08 12:07:45 +03:00
Candid Dauth 283099f873 Correct dependencies 2016-10-08 11:20:03 +03:00
Candid Dauth 5bd834b1fa Remove accidentially checked in empty layer 2016-10-07 20:48:20 +03:00
Candid Dauth 332960f92c Expand search box on focus 2016-10-07 20:43:58 +03:00
Candid Dauth 44c8e01f12 Use uib-tooltip instead of title in toolbox 2016-10-07 20:43:42 +03:00
Candid Dauth 68598932d1 Collapse menu and legend on small devices 2016-10-07 20:43:18 +03:00
Candid Dauth fd8eeb85ec Make search work again 2016-10-07 20:06:22 +03:00
Candid Dauth dfe56a152f Kick out unused code 2016-10-07 15:41:12 +03:00
Candid Dauth 7c890d3fa8 Use gulp-inject to compile index.html 2016-10-07 15:41:08 +03:00
Candid Dauth 908d884a83 base64-encode images in html 2016-10-07 15:33:25 +03:00
Candid Dauth eb8e406797 Add tooltips to markers and lines again 2016-10-07 10:25:49 +03:00
Candid Dauth 89adc17869 Make lines draggable 2016-10-07 09:20:15 +03:00
Candid Dauth 708c38b089 "Add line" was broken after last commits 2016-10-06 15:51:49 +03:00
Candid Dauth 8dd46fd7be Add loading indicator 2016-10-06 15:25:00 +03:00
Candid Dauth 25337eddcd Initialise marker with icon to avoid error 2016-10-06 15:15:58 +03:00
Candid Dauth c30271c01d Fix "Move Line" (cannot add new points yet) 2016-10-06 15:15:34 +03:00
Candid Dauth a38488a548 Create marker object before opening popup on creation 2016-10-06 14:17:04 +03:00
Candid Dauth 26131a85e0 Do not close marker popup on button click 2016-10-06 14:16:26 +03:00
Candid Dauth 10da87580b Fix "Add Line" 2016-10-06 14:15:54 +03:00
Candid Dauth 8968c6c331 Fix "Save View" 2016-10-06 13:20:12 +03:00
Candid Dauth 83941448f9 Fix "Add Marker" and "Move Marker" functions 2016-10-06 13:08:55 +03:00
Candid Dauth fb74044270 Adjust popup styles 2016-10-06 11:49:18 +03:00
Candid Dauth 8bcf20f516 Use gulp-newer also in all target 2016-10-06 11:00:55 +03:00
Candid Dauth aca200f013 Detect changes in bower.json in gulp watch 2016-10-06 11:00:25 +03:00
Candid Dauth f3de41940d Include jQuery above angular 2016-10-06 11:00:02 +03:00
Candid Dauth 633481829f Use Leaflet.AlmostOver for click tolerance on lines 2016-10-06 10:59:51 +03:00
Candid Dauth 5549ac21ec First part of migration to leaflet
Still missing: Move line / marker, create line / marker, search,
distance measurement and coordinate display on map
2016-10-05 17:47:50 +03:00
Candid Dauth 5493973d30 Kick out table sorter from dependencies, is not used 2016-10-05 12:43:55 +03:00
Candid Dauth c8ea16fba7 No need to init jquery UI styles anymore 2016-10-05 12:07:31 +03:00
Candid Dauth 6a53bfa95b Adjust legend style 2016-10-05 11:31:42 +03:00
Candid Dauth 7c73c6715d Move attribution to "About FacilPad" dialog 2016-10-04 20:44:34 +03:00