Commit graph

252 commits

Author SHA1 Message Date
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
Laura Klünder
0967e0d671 improve merging the route 2016-12-19 16:53:58 +01:00
Laura Klünder
15f1255fd2 remoove unneded file (router.py) 2016-12-19 16:46:10 +01:00
Laura Klünder
b669e75af1 route descriptions 2016-12-19 15:11:11 +01:00
Laura Klünder
1e46ee10ae remove intermediate level routeparts 2016-12-19 12:24:07 +01:00
Laura Klünder
86cf03d6c2 fix error if the graph is not in one piece 2016-12-19 03:26:59 +01:00
Laura Klünder
3ed5b6c3e3 cache room routers without memcached because it has a memory limit per item 2016-12-19 03:26:59 +01:00
Laura Klünder
6be7769e35 rename steps_* into stairs_* 2016-12-19 00:33:31 +01:00
Laura Klünder
1a8b711c62 buildgraph: fix connecting stairs 2016-12-18 14:55:56 +01:00
Laura Klünder
1e5923dbb8 buildgraph: add oneways 2016-12-18 14:36:06 +01:00
Laura Klünder
405c688eac buildgraph: add support for escalator_up and escalator_down 2016-12-18 13:28:02 +01:00
Laura Klünder
d2e9e18c2a remove transpose() from graph and level router building as it makes no sense and breaks oneway connections 2016-12-18 13:21:02 +01:00
Laura Klünder
1952479a49 add ElevatorLevel.override_altitude 2016-12-18 00:46:30 +01:00
Laura Klünder
8a1f8bb290 connect elevators and add ctypes elevator_up and elevator_down 2016-12-18 00:26:00 +01:00
Laura Klünder
6b0d3aeac2 remove more debugging output 2016-12-17 22:36:11 +01:00
Laura Klünder
10390e5804 remove debuging in drawgraph 2016-12-17 22:33:32 +01:00
Laura Klünder
5183b8fa7d add support for connection types and excluding steps_down or steps_up 2016-12-17 22:15:14 +01:00