Commit graph

1671 commits

Author SHA1 Message Date
Laura Klünder
e5055856fe describing a custom location should honor access restrictions 2024-09-18 20:35:40 +02:00
Gwendolyn
afacd7b9c4 use default theme for preview renders 2024-09-17 23:15:51 +02:00
Gwendolyn
2f8dc3ee32 render wall shadows in the wall border color 2024-09-17 23:13:36 +02:00
Laura Klünder
e70bf8aac5 avoid race conditions in x-processed-geometry-update 2024-09-17 22:21:20 +02:00
Laura Klünder
007fbe3464 tileserver will now recognize outdated upstream 2024-09-17 21:44:01 +02:00
Gwendolyn
300d85e5ed support alpha for tile background color 2024-09-17 21:01:35 +02:00
Gwendolyn
2f82dd981d leaflet marker theming 2024-09-17 19:31:38 +02:00
Laura Klünder
1f1a0711c6 use correct cache key key … or else processupdates won't work 2024-09-17 18:17:05 +02:00
Laura Klünder
1aaeaef386 cache package download wants some fixing 2024-09-17 18:02:27 +02:00
Laura Klünder
7dc718475e make sure directory creation in processupdates doesn't fail 2024-09-17 16:35:25 +02:00
Gwendolyn
aeb7c9dae2 theming stuff in preparation for ef28 cyberpunk theme 2024-09-17 16:05:35 +02:00
Laura Klünder
b5f736a96c "you're polluting our git history" 2024-09-17 16:05:01 +02:00
Laura Klünder
87d471a355 processupdates work now pls 2024-09-17 16:02:58 +02:00
Laura Klünder
6a83146f5c fix processupdates… again 2024-09-17 16:01:47 +02:00
Laura Klünder
c546f007c1 laast processed geometry cache key… needed for… stuff 2024-09-17 14:00:44 +02:00
Laura Klünder
5e6a167337 read cache package correctly for tile servers 2024-09-17 03:31:34 +02:00
Laura Klünder
e642507210 always run the new mkdir command in process updates 2024-09-17 03:05:59 +02:00
Laura Klünder
71131cc5c5 store all processupdates result files in mapupdate-based directory 2024-09-17 01:43:38 +02:00
Jenny Danzmayr
84eb346501 string representation for models using titled mixin 2024-09-16 13:21:29 +02:00
Jenny Danzmayr
b5fbe28146 added feature to grant access permissions via SSO groups 2024-09-16 13:20:19 +02:00
Jenny Danzmayr
42da0ffa27 fixed timeout of process map updates lock 2024-09-08 19:48:53 +02:00
Laura Klünder
43f7414573 UwU suppowt 2024-09-06 21:15:08 +02:00
Laura Klünder
30b467005c filter ObstacleGroup in legend endpoint by in_legend 2024-09-06 15:09:32 +02:00
Laura Klünder
d49b6d6645 add legend / color key API endpoint 2024-09-06 15:07:54 +02:00
Laura Klünder
839d4beb7c add in_legend field for locationgroups 2024-09-06 14:11:41 +02:00
Laura Klünder
b125f7aff6 sort some imports 2024-08-31 15:42:26 +02:00
Laura Klünder
f7d1f6736d avoid duplicate points in new ramp altitudeareas → no crashes! \o/ 2024-08-22 13:12:12 +02:00
Laura Klünder
4979c137e4 fix upper bound after rewrite 2024-08-20 22:36:19 +02:00
Laura Klünder
aaa748efdc fix another thing that broke with the new ramps 2024-08-20 22:26:43 +02:00
Laura Klünder
d4e5b2e9c8 fix intersections in multilinestring configurations and stuff 2024-08-20 21:50:51 +02:00
Laura Klünder
c5b2ed9f4b split LevelGeometries into its two subtypes 2024-08-19 15:49:58 +02:00
Laura Klünder
9f264d1f59 make LevelRenderData into a dataclass 2024-08-19 15:19:12 +02:00
Laura Klünder
034f8fe463 refactor LevelGeometries code with type hints and stuff 2024-08-18 23:21:19 +02:00
Laura Klünder
4ab91d54ea missing Theme import in models.__init__ 2024-08-18 21:49:16 +02:00
Laura Klünder
bbbdfd15fb fix bugs with new ramps 2024-08-18 21:48:17 +02:00
Laura Klünder
5eb7cd363c implement multi-point ramps including in-ramp marker support 2024-08-18 21:48:17 +02:00
Laura Klünder
53b30df5a2 remove another reference to altitude2 2024-08-18 21:48:17 +02:00
Laura Klünder
2bc044e91f move all other code to AltitudeArea.points, no multi-point implementation yet 2024-08-18 21:48:17 +02:00
Laura Klünder
27ba0c0eaa implement AltitudeArea.get_altitudes() for multiple points 2024-08-18 21:48:17 +02:00
Laura Klünder
732cd8a4ea change altitudearea model to support multiple points 2024-08-18 21:48:17 +02:00
Laura Klünder
2696794421 small fix for when change geometries is missing 2024-08-18 15:07:10 +02:00
Laura Klünder
d4140e09ed show affected areas in mapupdate control panel 2024-08-18 15:03:38 +02:00
Laura Klünder
6d461e3134 add django-pydantic-field 2024-08-17 17:23:34 +02:00
Laura Klünder
703d39ebd6 turn a comment into a todo 2024-08-17 17:16:01 +02:00
Jenny Danzmayr
168a6a5af6 fixed redemption of signed access tokens 2024-08-15 03:31:16 +02:00
Jenny Danzmayr
f56b6416df optionally use PyGObject and pycario instead of pgi and cairocffi
pgi doesn't work with python 3.12, but PyGObject and pycario does work
2024-08-13 21:30:02 +02:00
Jenny Danzmayr
aa49840806 start of proj4 support (part of GPS support) 2024-08-13 21:19:05 +02:00
Jenny Danzmayr
edba90481e added SVG export to rendermap manage command 2024-08-13 03:45:29 +02:00
Jenny Danzmayr
edeec1eaf2 fixed permission handling for redermap manage command 2024-08-13 03:44:32 +02:00
Jenny Danzmayr
3adff16bd8 fixed redermap management command to work with themes 2024-08-12 23:57:25 +02:00