Commit graph

55 commits

Author SHA1 Message Date
Laura Klünder
06ea24bf10 restrict to spaces the user can actually see 2017-12-27 11:48:37 +01:00
Laura Klünder
03018a2f46 avoid pickle load errors while processupdates is running 2017-12-25 17:42:30 +01:00
Laura Klünder
ef94932f65 use numpy tobytes() and frombuffer() instead of pickling only 2017-12-25 02:46:16 +01:00
Laura Klünder
addba014b9 only search throug space_nodes if there are any 2017-12-23 01:58:28 +01:00
Laura Klünder
dc409b1b41 route from areas with no graph nodes in them 2017-12-23 01:50:51 +01:00
Laura Klünder
971a9c2f8b fix describe_custom_locations for spaces that are just a hole 2017-12-22 17:47:51 +01:00
Laura Klünder
8c58db3039 np.array does not accept sets 2017-12-22 15:33:25 +01:00
Laura Klünder
08d947226d fix error for areas with no nodes 2017-12-22 15:30:04 +01:00
Laura Klünder
78a046f5b0 fix slow_down_factor routing 2017-12-22 15:23:14 +01:00
Laura Klünder
7b3e94a78a Area.slow_down_factor 2017-12-22 15:16:28 +01:00
Laura Klünder
d53f7d5f30 mfix near_area 2017-12-21 22:07:34 +01:00
Laura Klünder
6a4c40a3b4 space without altitudeareas? location unreachable! 2017-12-21 21:26:49 +01:00
Laura Klünder
3c00bd3e49 fix error 500 when routing from outside spaces 2017-12-21 20:45:41 +01:00
Laura Klünder
7a02f58175 ignore empty altitude areas 2017-12-21 19:09:17 +01:00
Laura Klünder
3401acfa2c fix rise when nodes are outside bounds 2017-12-21 12:37:29 +01:00
Laura Klünder
c4d973ef0b fix points outside spaces 2017-12-20 17:30:07 +01:00
Laura Klünder
8736ad8ee3 reorder to make pois work 2017-12-20 17:24:37 +01:00
Laura Klünder
4bde1e4e1b better custom location descriptions 2017-12-20 17:12:54 +01:00
Laura Klünder
f02a90caf6 router: index pois and areas 2017-12-20 16:35:24 +01:00
Laura Klünder
120091f985 implement custom route descriptions 2017-12-19 02:32:04 +01:00
Laura Klünder
28f4eaeb28 include additional distance at origin and destination 2017-12-18 02:23:36 +01:00
Laura Klünder
032dcebcd0 determine altitude for custom locations 2017-12-18 01:42:43 +01:00
Laura Klünder
303729a5e5 fix extra_seconds on no waytype 2017-12-17 01:45:49 +01:00
Laura Klünder
90bd98c0fa fix get_duration 2017-12-17 01:42:00 +01:00
Laura Klünder
54c25e9f94 calculate route duration 2017-12-17 01:02:41 +01:00
Laura Klünder
676a561578 add routing mode: fastest (respect speeds) 2017-12-17 00:41:18 +01:00
Laura Klünder
cf95ef714b respect route options 2017-12-16 22:14:00 +01:00
Laura Klünder
9963fa4c48 space_for_point: only spaces with distance < 0.5m 2017-12-16 19:52:37 +01:00
Laura Klünder
e51f790ed5 throw correct exceptions during routing 2017-12-11 01:09:54 +01:00
Laura Klünder
56542cf54e remove todo because it was done 2017-12-11 01:08:08 +01:00
Laura Klünder
48e1ecda36 replace request with permissions in CustomLocation so it can be serialized 2017-12-11 00:57:19 +01:00
Laura Klünder
eae73071c1 consider access restrictions when describing a custom location 2017-12-11 00:53:21 +01:00
Laura Klünder
dba04b4179 consider access restrictions during routing 2017-12-11 00:49:48 +01:00
Laura Klünder
c3570bb9ff RouterRestriction 2017-12-10 23:49:24 +01:00
Laura Klünder
2d4043861b describe custom locations by space 2017-12-10 18:09:31 +01:00
Laura Klünder
98de7705e0 fix space_for_point (respect columns) 2017-12-10 16:46:53 +01:00
Laura Klünder
baa92435ff remove todo because it's done 2017-12-10 16:31:11 +01:00
Laura Klünder
c71b9b0f8b speed up router 2017-11-29 00:01:23 +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
b5f8cc3afd route from/to location groups and respect permissions 2017-11-28 00:40:21 +01:00
Laura Klünder
89bf924ec3 remove unneeded code 2017-11-27 23:41:08 +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
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
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