Commit graph

127 commits

Author SHA1 Message Date
Laura Klünder
9a6353e2cb add stuffedarea but with no routing support yet 2016-12-27 00:52:53 +01:00
Laura Klünder
20dd581198 elevator level allow blank override_altitude 2016-12-26 01:08:45 +01:00
Laura Klünder
e48c6b2d04 fix packageio color loading 2016-12-24 23:22:00 +01:00
Laura Klünder
e9f31f502a add color field 2016-12-24 22:05:59 +01:00
Laura Klünder
d1534a27e8 filter locationgroups in arealocation descriptions by can_describe 2016-12-24 21:54:49 +01:00
Laura Klünder
ec631cd133 add can_describe to LocationGroup 2016-12-24 21:54:49 +01:00
Laura Klünder
62d4132d60 fix error 500 when trying to edit/create an arealocation in editor 2016-12-24 16:24:56 +01:00
Laura Klünder
affe2934ee now really fix information disclosure 2016-12-24 02:46:05 +01:00
Laura Klünder
d4d42f46e1 fix incorrect set operator in check if PointLocation is reachable 2016-12-24 02:16:35 +01:00
Laura Klünder
3f3b868e8a fix possible information disclosure by describing coordinates 2016-12-24 02:08:30 +01:00
Laura Klünder
04fb6e3c4e complete german translation and improve some messages 2016-12-23 23:34:20 +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
497798925b fix error in LocationGroup.tofile 2016-12-23 22:55:35 +01:00
Laura Klünder
45f31c5a96 add LocationGroup.compiled_room and show nice subtitle 2016-12-23 22:42:42 +01:00
Laura Klünder
4257fc8a77 circumvent weird bug in shapely 2016-12-22 19:43:01 +01:00
Laura Klünder
f018315db2 add subtitle for LocationGroup 2016-12-22 03:33:53 +01:00
Laura Klünder
1f4c22e113 only use locations for describing with can_describe=True 2016-12-22 03:31:27 +01:00
Laura Klünder
c9dafa7942 only allow searching for locations with can_search=True 2016-12-22 03:29:07 +01:00
Laura Klünder
0fb4dda274 remove routing_inclusion from LocationGroup 2016-12-22 03:23:59 +01:00
Laura Klünder
b856a0168a full access token should work now 2016-12-21 20:56:28 +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
25af1c9901 more exceptiosn and edge cases 2016-12-21 01:59:08 +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
0b44acc8b0 select location from map 2016-12-20 22:20:42 +01:00
Laura Klünder
a6f4b3c9b2 new ui that also works without javascript 2016-12-20 20:29:18 +01:00
Laura Klünder
2a00e9ba0a fix another mapdata reading error 2016-12-20 01:11:28 +01:00
Laura Klünder
8ef9e417aa fix error when laoding mapdata 2016-12-20 01:08:24 +01:00
Laura Klünder
9caaf2a8f0 fix typo 2016-12-19 18:57:07 +01:00
Laura Klünder
1b04d0c06a add routing_inclusion property 2016-12-19 18:52:10 +01:00
Laura Klünder
f018f47182 fix bug to correctly determine which locations lie inside each other 2016-12-19 18:07:04 +01:00
Laura Klünder
69d6d16d1b fix error if there is exactly one lineobstacle on a level 2016-12-19 18:06:50 +01:00
Laura Klünder
af2c05a13c location subtitles 2016-12-19 16:54:11 +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
d03379c0aa improve rendering and add escalator support 2016-12-18 02:28:08 +01:00
Laura Klünder
eb5dc1130a add OneWay. no support in buildgraph yet 2016-12-18 01:28:08 +01:00
Laura Klünder
03b07d8a76 add Escalator and EscalatorSlope (with no support for rendermap and buildgraph so far) 2016-12-18 01:15:25 +01:00
Laura Klünder
1952479a49 add ElevatorLevel.override_altitude 2016-12-18 00:46:30 +01:00
Laura Klünder
ed0f168a77 move location stuff into the corresponding models (now renamed to Locations) 2016-12-16 11:03:40 +01:00
Laura Klünder
85107978cb packageio: fix missing titles on AreaOfInterest objects 2016-12-15 17:43:15 +01:00
Laura Klünder
1f1b28dc99 add __str__ to AreaOfInterest 2016-12-13 20:52:46 +01:00
Laura Klünder
237b89dcc8 rendermap: render a public and a non-public version of the map 2016-12-13 19:16:51 +01:00
Laura Klünder
9c202ab6cd add AreaOfInterest and GroupOfInterest 2016-12-12 13:21:09 +01:00
Laura Klünder
6b836e5258 swap obstacle/lineobstacle order 2016-12-09 14:49:20 +01:00
Laura Klünder
8f2548b172 improve rendering 2016-12-09 02:50:21 +01:00
Laura Klünder
0f81d1e49a add LineObstacle and various improvements 2016-12-08 22:23:42 +01:00
Laura Klünder
8ef06d268b draw steps from left to right (downstairs view) 2016-12-08 18:21:12 +01:00
Laura Klünder
a4644a9c5b clear map cache on model delete 2016-12-08 18:15:40 +01:00