Commit graph

146 commits

Author SHA1 Message Date
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
Laura Klünder
6906e1540c buildgraph: add points for steps 2016-12-08 18:12:07 +01:00
Laura Klünder
6cea5949b3 improve stair rendering using stair areas 2016-12-08 12:56:49 +01:00
Laura Klünder
009cf41dad improve stair rendering 2016-12-08 12:39:45 +01:00
Laura Klünder
56b083f714 add stairs 2016-12-08 12:36:09 +01:00
Laura Klünder
00193f7e11 add heavy caching to mapdata api 2016-12-07 16:11:33 +01:00
Laura Klünder
32d6033301 cache GeometryMapItem.to_geojson() 2016-12-06 22:48:07 +01:00
Laura Klünder
a611e32682 fix typo 2016-12-05 12:14:07 +01:00
Laura Klünder
6df2b7e3b7 rendermap: improve hole shadows... again 2016-12-04 21:58:53 +01:00
Laura Klünder
7c13a743cc rendermap: holes outside 2016-12-04 21:45:17 +01:00
Laura Klünder
9d170f0931 rendermap: fix intermediate shadows 2016-12-04 20:44:42 +01:00
Laura Klünder
08fe62eb54 reorder geometry map items 2016-12-04 20:01:37 +01:00
Laura Klünder
eb6ee16f2a rendermap: improve shadows 2016-12-04 18:26:30 +01:00
Laura Klünder
6e1c33e59a rendermap: add hole shadows 2016-12-04 18:14:36 +01:00
Laura Klünder
655897fef1 rendermap: improve intermediate shadows 2016-12-04 17:55:55 +01:00
Laura Klünder
8bff54ff56 editor form: do not require crop_to_level 2016-12-04 16:44:44 +01:00
Laura Klünder
ad8d5c8cf5 maprenderer: implement Obstacle.crop_to_level 2016-12-04 11:58:46 +01:00
Laura Klünder
207b74b445 remove Obstacle.height and add Obstacle.crop_to_level 2016-12-04 11:43:12 +01:00
Laura Klünder
7bf673eb58 packageio: add level.intermediate 2016-12-04 11:19:53 +01:00
Laura Klünder
52d1f31c6f better shadow casting 2016-12-04 02:42:00 +01:00
Laura Klünder
08c65d431d remove debug output 2016-12-04 02:37:54 +01:00
Laura Klünder
a54a85da3b in render_full immediate levels now cast shadows 2016-12-04 02:36:57 +01:00
Laura Klünder
a1ed7534d9 add support for intermediate levels 2016-12-04 01:49:49 +01:00
Laura Klünder
211ef767db first stuff for graph building – collecting points 2016-12-02 23:32:19 +01:00
Laura Klünder
a42e6a2a23 sort many-to-many-relationships in packageio 2016-12-01 12:39:47 +01:00
Laura Klünder
b309b6f6cd add LevelConnector 2016-12-01 12:25:02 +01:00
Laura Klünder
3fa471135f add holes 2016-11-29 00:47:37 +01:00
Laura Klünder
0496575d25 add elevators 2016-11-28 20:56:52 +01:00
Laura Klünder
9820a8779d map renderer: no wall shadows outside 2016-11-28 19:24:46 +01:00
Laura Klünder
218c9a1884 add outside areas and rename former areas to rooms 2016-11-28 19:15:36 +01:00
Laura Klünder
748c3ec7c4 fix Source packageio 2016-11-28 16:55:34 +01:00
Laura Klünder
ac9c7043e1 remove old color attribute and move geomtype attribute to GeometryMapItem 2016-11-28 16:38:22 +01:00