Commit graph

252 commits

Author SHA1 Message Date
Laura Klünder
5b9a5ec040 fix bug during routing 2017-11-28 23:34:11 +01:00
Laura Klünder
06bd8967c8 show node_addition in route 2017-11-28 23:25:56 +01:00
Laura Klünder
b92c871bc2 route from/to custom locations 2017-11-28 23:08:47 +01:00
Laura Klünder
f5ee24495e route from/to POI 2017-11-28 22:40:01 +01:00
Laura Klünder
08ec318231 prepare router for routing from points 2017-11-28 22:02:24 +01:00
Laura Klünder
8b2f19ee9e take coordinates from first and last point from route result 2017-11-28 13:10:38 +01:00
Laura Klünder
a74f0fc1d4 show route in frontend 2017-11-28 12:32:46 +01:00
Laura Klünder
d4f6906a62 respect permissions in routing api 2017-11-28 00:41:34 +01:00
Laura Klünder
b5f8cc3afd route from/to location groups and respect permissions 2017-11-28 00:40:21 +01:00
Laura Klünder
e1192fccf7 don't show origin as destination 2017-11-28 00:39:02 +01:00
Laura Klünder
ddd87d2523 always describe from the viewpoint of the request and save queries 2017-11-28 00:16:43 +01:00
Laura Klünder
89bf924ec3 remove unneeded code 2017-11-27 23:41:08 +01:00
Laura Klünder
1ac5d554f2 use only can_describe=True locations to describe routes 2017-11-27 23:38:55 +01:00
Laura Klünder
e5f53aa399 rebuild router when processing updates 2017-11-27 16:53:56 +01:00
Laura Klünder
0306b3fa87 calculate edge distance in 3 dimensions 2017-11-27 16:51:48 +01:00
Laura Klünder
e4b0995751 show distance in route serialization 2017-11-27 16:49:12 +01:00
Laura Klünder
1e0b85220f add origin and destination to route serialization 2017-11-27 16:47:47 +01:00
Laura Klünder
4195dce491 update todo 2017-11-27 16:47:31 +01:00
Laura Klünder
3faed6c316 route from/to level or area 2017-11-27 16:46:03 +01:00
Laura Klünder
69dab03148 allow post in routing api 2017-11-27 16:43:41 +01:00
Laura Klünder
e00400a66f remove wrongly copied code from routing api 2017-11-27 16:43:12 +01:00
Laura Klünder
b88cc9d942 coords → coordinates 2017-11-27 16:42:35 +01:00
Laura Klünder
4c88cb2504 add routing api 2017-11-27 16:40:15 +01:00
Laura Klünder
480850b8ea improve route serialization 2017-11-27 15:41:25 +01:00
Laura Klünder
5f2ca60432 getting a route 2017-11-27 15:01:58 +01:00
Laura Klünder
4c611995b8 fix AttributeError when unpickling 2017-11-27 13:41:16 +01:00
Laura Klünder
c698c1d6c6 save and load router 2017-11-27 13:21:53 +01:00
Laura Klünder
dd3a885749 start implementing routing by creating new router 2017-11-27 02:16:20 +01:00
Laura Klünder
7d0eb3975d add contains_points to mpl utils and move mpl utils to mapdata 2017-11-08 16:03:32 +01:00
Laura Klünder
1498b7aeb0 rename Section back to Level 2017-06-11 14:43:14 +02:00
Laura Klünder
37e6e58d43 add flake8: noqa to some not yet refactored files 2017-05-29 10:18:59 +02:00
Laura Klünder
35a1114199 calculate image idimensions from Source dimensions :3 2017-05-26 22:38:46 +02:00
Laura Klünder
92003080ed delete old stuff from mapdata 2017-05-12 01:21:53 +02:00
Laura Klünder
67f2bcdf0e delete AreaLocation 2017-05-10 21:31:54 +02:00
Laura Klünder
c9661e4edb rename Level to Section 2017-05-07 12:39:24 +02:00
Laura Klünder
dbd589e502 flake8 and isort 2017-05-05 16:37:03 +02:00
Laura Klünder
74e9acd8b6 move elevators to area model 2017-05-05 13:26:25 +02:00
Laura Klünder
5de423d5a0 remove LevelConnector 2017-05-04 12:24:28 +02:00
Laura Klünder
5efb6d537d remove packages, hosters, ... completely 2017-05-01 18:10:46 +02:00
Laura Klünder
53a6bdb8cf fix flake8 and isort errors 2017-01-13 21:52:44 +01:00
Laura Klünder
1ab447bbf0 option to output route as JSON 2016-12-29 20:06:57 +01:00
Laura Klünder
f9b977f95e remove || true 2016-12-28 01:06:02 +01:00
Laura Klünder
4c547326bf routing: stuffedareas 2016-12-27 01:49:23 +01:00
Laura Klünder
3a44985840 move distance calculation 2016-12-27 01:24:11 +01:00
Laura Klünder
e009acaaf0 fix error when empty areas are somewhere… 2016-12-25 20:38:51 +01:00
Laura Klünder
b091a2838c fix weird routing error. should never have worked anyway… wtf? 2016-12-25 14:58:46 +01:00
Laura Klünder
4905f373ec remove debugging exceptions (but should already be correct this way) 2016-12-25 08:55:38 +01:00
Laura Klünder
0281da4db5 dont show AlreadyThere if it's very unhelpfull 2016-12-25 08:11:28 +01:00
Laura Klünder
d3bbcc598b fix routing 2016-12-25 07:52:15 +01:00
Laura Klünder
63d50560ef fix error 500 if routing within levels fails 2016-12-24 02:42:19 +01:00