Commit graph

118 commits

Author SHA1 Message Date
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
Laura Klünder
fa8561b69a change route.describe() call 2016-12-24 01:41:32 +01:00
Laura Klünder
0c98410466 fix error when routing is not possible 2016-12-24 00:33:52 +01:00
Laura Klünder
c954f3976b fix Level.nearest_point if there is no nearest point 2016-12-23 23:03:25 +01:00
Laura Klünder
a3bc60948b fix routing to locationgroups 2016-12-23 22:52:14 +01:00
Laura Klünder
256b525a6c fix incorrect exclusion 2016-12-23 20:50:21 +01:00
Laura Klünder
39ada6deb9 fix glitches when routing from/to coordinates 2016-12-23 20:02:40 +01:00
Laura Klünder
ba230daad3 report error during build graph if something is wrong 2016-12-23 17:43:23 +01:00
Laura Klünder
96f4cf60a0 fix double adding levelconnector points 2016-12-23 17:37:58 +01:00
Laura Klünder
283a51f9c3 fix map images in route 2016-12-23 17:17:26 +01:00
Laura Klünder
43cdede84a remove debug statement 2016-12-22 20:04:40 +01:00
Laura Klünder
f064e02f1d filter out non-polygons with assert_multipolygon 2016-12-22 20:00:46 +01:00
Laura Klünder
e6255c8ecd more stuff about access and footer 2016-12-21 20:14:40 +01:00
Laura Klünder
49757f7c06 correctly implement avoid/exclude 2016-12-21 13:31:56 +01:00
Laura Klünder
d5a52bf9e3 UI error if buildgraph is not yet finished 2016-12-21 11:55:04 +01:00
Laura Klünder
0445dcc464 fix some errors when routing 2016-12-21 11:33:53 +01:00
Laura Klünder
4536245570 avoiding connection types shoud avoid, but not forbid them. 2016-12-21 03:21:31 +01:00
Laura Klünder
10e331bf43 fix error when identifying coordinates 2016-12-21 02:41:40 +01:00
Laura Klünder
33ae8e4d37 just cache the point id not the entire point (including the complete graph). 2016-12-21 02:38:52 +01:00
Laura Klünder
25af1c9901 more exceptiosn and edge cases 2016-12-21 01:59:08 +01:00
Laura Klünder
6508d05a3e split route automatically 2016-12-21 01:21:02 +01:00
Laura Klünder
8394521800 fix routing exception if origin and destination can be directly connected 2016-12-21 01:17:40 +01:00
Laura Klünder
f8e6e69b0f add ways from/to origin/destination to final route 2016-12-21 01:01:20 +01:00
Laura Klünder
bbfca9f318 route from point to point and describe points 2016-12-21 00:24:56 +01:00
Laura Klünder
8a9406275b fix location_id of PointLocation 2016-12-20 22:39:28 +01:00
Laura Klünder
e3990fcaf0 create GraphArea.check_connection 2016-12-20 22:34:40 +01:00
Laura Klünder
91b9bc92b8 add option to include/exclude areas to UI 2016-12-19 22:52:09 +01:00
Laura Klünder
1c10ce443a routing support for excludables (not yet in UI) 2016-12-19 21:24:40 +01:00
Laura Klünder
1e0346a54d save excludable_points in room 2016-12-19 20:37:54 +01:00
Laura Klünder
84301dc719 collect excludables per room 2016-12-19 20:23:44 +01:00
Laura Klünder
782fd9138f add points aroung arealocations and excludables 2016-12-19 20:10:25 +01:00
Laura Klünder
d5d2bcad56 fix collect_arealocation_points 2016-12-19 19:56:04 +01:00
Laura Klünder
43efda06e9 collect excludables 2016-12-19 19:46:07 +01:00
Laura Klünder
1c70dbefc2 reverse sorting in location list and when determining point location 2016-12-19 18:13:14 +01:00
Laura Klünder
df1c47bbfe describe route: always state location after walking through a door 2016-12-19 17:53:10 +01:00