Candid Dauth
|
b4d8a7f41d
|
Add route to location hash on submit, not on result
|
2016-11-21 11:05:42 +03:00 |
Candid Dauth
|
605f853ba9
|
Add more tooltips to routing form
|
2016-11-21 11:04:29 +03:00 |
Candid Dauth
|
a30326de15
|
Fix result not found error when loading route from hash
|
2016-11-21 11:03:55 +03:00 |
Candid Dauth
|
4dbe60614a
|
Do not submit search from when switching back from routing mode
|
2016-11-21 10:19:03 +03:00 |
Candid Dauth
|
a171483671
|
Don't show search result type brackets if there is no type
|
2016-11-21 10:13:05 +03:00 |
Candid Dauth
|
786be8475c
|
Add search query to location hash on submit, not on result
|
2016-11-21 10:09:42 +03:00 |
Candid Dauth
|
61e311842b
|
Do not "Show All" when searching using q= hash parameter (#21)
|
2016-11-20 21:05:37 +03:00 |
Candid Dauth
|
e849a307e8
|
Make sure that "Show All" is disabled by default in search form
|
2016-11-20 21:01:02 +03:00 |
Candid Dauth
|
3bb16eac72
|
Reset route when clearing destination field
|
2016-11-20 20:53:07 +03:00 |
Candid Dauth
|
ca1e8745b8
|
Handle empty route destinations properly
|
2016-11-20 20:48:07 +03:00 |
Candid Dauth
|
b3f9755389
|
Fix click handler on high zoom levels (#29)
|
2016-11-19 20:30:22 +03: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
|
4ca1a803e6
|
Fix message of moving marker
|
2016-11-01 20:17:30 +03:00 |
Candid Dauth
|
425df8c6fc
|
Add new features to README
|
2016-11-01 20:17:17 +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
|
9ceb14f485
|
Set pad ID only on connect (to avoid setting it twice in some cases)
|
2016-10-31 15:09:29 +03:00 |
Candid Dauth
|
1358ecfad4
|
Also confirm deleting view (#1)
|
2016-10-31 15:08:47 +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
|
3d6c169bc8
|
Add confirmation dialog when deleting things (#1)
|
2016-10-30 18:04:40 +03:00 |
Candid Dauth
|
32d513a060
|
Remove empty views menu in read-only mode
|
2016-10-30 17:35:03 +03:00 |
Candid Dauth
|
b0b79783bf
|
Don't set routing mode to null
|
2016-10-30 17:34:42 +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
|
6d191703f2
|
Fix error introduced with filters when opening a map without id
|
2016-10-30 13:36:48 +03:00 |
Candid Dauth
|
cb896e5986
|
Properly resolve source maps in angular exceptions
|
2016-10-30 13:36:10 +03:00 |
Candid Dauth
|
68857c0d0e
|
Make legend much more clever regarding filters, use positive filters if they are shorter
|
2016-10-26 16:26:57 +03:00 |
Candid Dauth
|
05fe205e40
|
Fix displaying error objects
|
2016-10-26 14:15:38 +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
|
443b1c3e7a
|
Filter objects when clicking items in legend
|
2016-10-25 18:38:40 +03:00 |
Candid Dauth
|
e9c77cb489
|
Add compression to express server
|
2016-10-24 22:43:20 +03:00 |
Candid Dauth
|
221d4684d4
|
Do not overwrite active search result when opening reverse geocode popup
|
2016-10-24 22:34:16 +03:00 |
Candid Dauth
|
4d1e3737a1
|
Use generated icons for search results
|
2016-10-24 22:31:19 +03:00 |
Candid Dauth
|
4fa89a76d9
|
Save search/route state as single string in hash
|
2016-10-24 22:18:45 +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
|
2343cb8e7d
|
Properly send bbox after reconnect
|
2016-10-24 21:33:16 +03:00 |
Candid Dauth
|
6c87a5b6d9
|
Fix scope issues
|
2016-10-24 21:32:57 +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
|
39fed5219b
|
Fix rendering of route markers after last changes
|
2016-10-24 18:41:30 +03:00 |
Candid Dauth
|
a1aef30441
|
Show label on "show routing form" button
|
2016-10-24 03:58:01 +03:00 |
Candid Dauth
|
264d7b3e0c
|
Add option to control marker size and symbol
|
2016-10-24 03:57:21 +03:00 |
Candid Dauth
|
3e020cfa03
|
Fix "Create collaborative map" button
|
2016-10-23 23:37:10 +03:00 |
Candid Dauth
|
cf1311160d
|
Disable closeOnClick while mouse is down to open reverse geocode popup
|
2016-10-23 14:42:02 +03:00 |
Candid Dauth
|
b7ce68895f
|
Fix urlencoding of hash
|
2016-10-23 13:09:26 +03:00 |
Candid Dauth
|
6d15280fdd
|
Fix location hash behaviour of search form
|
2016-10-21 05:33:45 +03:00 |
Candid Dauth
|
df2777f677
|
Add graticule to layers
|
2016-10-21 05:15:34 +03:00 |
Candid Dauth
|
a36507b9c5
|
Add FreieTonne layers
|
2016-10-20 23:27:33 +03:00 |