Commit graph

192 commits

Author SHA1 Message Date
Laura Klünder
495294a886 avoid shapely deprecation warnings 2022-04-03 17:34:31 +02:00
Laura Klünder
03437a3a40 update dependencies and upgrade code for django where needed/possible 2022-04-03 16:34:11 +02:00
Laura Klünder
59bf483160 to do → todo 2019-12-23 15:02:52 +01:00
Laura Klünder
8cdd3138f6 sort obstacles properly 2019-12-22 21:21:53 +01:00
Laura Klünder
7734863c39 obstacle altitude 2019-12-22 20:57:32 +01:00
Laura Klünder
eed1856353 colored obstacles – the future is (almost) here! 2019-12-22 19:28:55 +01:00
Laura Klünder
4d113da653 cleangeometries & round_coordinates shouldn't return duplicate coordinates 2019-12-21 12:17:16 +01:00
Laura Klünder
484f725aa6 more performance optimization in altitudearea building and more comments 2019-12-20 20:05:14 +01:00
Laura Klünder
d15d5ac76c add comments and fix performance of altitude area calculation 2019-12-20 18:38:42 +01:00
Laura Klünder
b3f307b9a6 optimize traffic for editor geometries / cache objects locally 2019-12-10 00:11:59 +01:00
Jenny Danzmayr
9788c7154c optionally wifi measurements when the event data is purged 2019-11-27 20:39:31 +01:00
Laura Klünder
9a9ea45242 add geometry endpoint 2018-12-25 17:39:40 +01:00
Laura Klünder
0e6aa29e36 more performance improvements 2018-12-24 03:58:16 +01:00
Laura Klünder
bd2a512df3 more helpful warnings in altitude area recalculation 2018-12-23 19:42:50 +01:00
Laura Klünder
8bfc591331 add help_text to slow_down_factor 2018-12-23 17:44:47 +01:00
Laura Klünder
b406cb2d13 more performance improvements (no ordereddict, directly access geojson) 2018-12-23 00:04:43 +01:00
Laura Klünder
05dab8acb5 for some reason ordereddict causes lots of overhead here 2018-12-22 23:36:07 +01:00
Laura Klünder
f1e379aea8 speedup geometry serialization by smart wrapping magic 2018-12-22 22:27:45 +01:00
Laura Klünder
ec014680b3 add import_tag field 2018-12-20 16:12:20 +01:00
Laura Klünder
a7bcb63b51 if an altitudearea is a ramp, never give altitudes outside the altitude range 2018-12-12 21:53:41 +01:00
Laura Klünder
8936fe5aea columns can have an accessrestriction now 2018-12-12 19:37:24 +01:00
Laura Klünder
c666fd6db5 it's grid square, not grid cell (even though we don't have square cells) 2018-12-10 19:39:32 +01:00
Laura Klünder
0ef08ad61b give grid cells for spaces and areas as well 2018-12-10 19:16:50 +01:00
Laura Klünder
f861fecee5 display grid cell for POIs 2018-12-10 19:06:38 +01:00
Laura Klünder
673767bc93 add base_mapdata_accessible field to space 2018-11-20 23:06:49 +01:00
Laura Klünder
b88b6c3a29 add new data and editor permissions 2018-09-19 19:08:47 +02:00
Laura Klünder
831619c42a fix error if there are no areas with an altitude 2018-01-05 20:08:59 +01:00
Laura Klünder
299373b9ac disable force=True for register_change on Space geometries 2017-12-26 00:13:45 +01:00
Laura Klünder
a847cebe4a don't treat wifi measurements as a changed geometry 2017-12-25 17:29:26 +01:00
Laura Klünder
9a95faa620 fix routing from/to POIs 2017-12-24 20:39:13 +01:00
Laura Klünder
56549eb533 display geometry in details 2017-12-23 03:58:31 +01:00
Laura Klünder
3fb4d7f4b8 custom room enter description 2017-12-22 16:14:35 +01:00
Laura Klünder
7b3e94a78a Area.slow_down_factor 2017-12-22 15:16:28 +01:00
Laura Klünder
94f5b1d907 again… fix invalidity? 2017-12-21 20:08:25 +01:00
Laura Klünder
a974f7edab fix invalidity? 2017-12-21 20:05:30 +01:00
Laura Klünder
fbb77a3d13 cascade space and level access restrictions 2017-12-20 23:05:58 +01:00
Laura Klünder
303c4be485 add missing api endpoints for descriptions and access restriction groups 2017-12-20 22:53:57 +01:00
Laura Klünder
47b94873fa fix some error when level_id fails 2017-12-20 18:12:27 +01:00
Laura Klünder
fe7faaff58 add missing unique_together on graph descriptions 2017-12-19 01:59:54 +01:00
Laura Klünder
40b19acfb6 description titles for editor 2017-12-19 01:50:27 +01:00
Laura Klünder
9ae9477b33 add LeaveDescription and CrossDescription to Editor 2017-12-19 00:50:40 +01:00
Laura Klünder
0bbcc400ca add models for space-based route description 2017-12-18 15:31:28 +01:00
Laura Klünder
64664fbc66 don't use tokens as primary keys 2017-12-18 14:54:45 +01:00
Laura Klünder
936b2c4b3d fix get_color() error when space geometries are created in a changeset 2017-12-18 00:36:25 +01:00
Laura Klünder
5ebddc8ed8 add WifiMeasurement model 2017-12-16 12:43:14 +01:00
Laura Klünder
b4fe83b453 SpaceGeometryMixin: geojson opacity 2017-12-14 22:00:22 +01:00
Laura Klünder
a7c140a2ac don't cast ugettext_lazy calls to str, as our json encoder is now clever 2017-11-30 01:10:49 +01:00
Laura Klünder
08ec318231 prepare router for routing from points 2017-11-28 22:02:24 +01:00
Laura Klünder
dfe7d10574 it's _name_cache not name_cache 2017-11-27 15:39:42 +01:00
Laura Klünder
dd3a885749 start implementing routing by creating new router 2017-11-27 02:16:20 +01:00