Commit graph

4288 commits

Author SHA1 Message Date
Laura Klünder
07a7e041cb fix template errors if mesh not enabled 2024-08-22 13:22:00 +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
02411b0181 make theme ui in editor use changesets 2024-08-18 16:17:01 +02:00
Laura Klünder
41aab65723 add missing MeshControlMixin 2024-08-18 15:36:52 +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
4b71893198 updated dependencies 2024-08-14 02:56:41 +02:00
Jenny Danzmayr
fde7c28bb9 update sentry-sdk to latest v2 2024-08-14 02:56:41 +02:00
renovate[bot]
52c602e004 ⬆️ Update python tile-server dependencies 2024-08-14 02:36:32 +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
Jenny Danzmayr
39002576e2 remove unnecessary COPY from dockerfiles 2024-08-12 00:27:47 +02:00
Jenny Danzmayr
897cf68ccc added permission for access to source files 2024-08-11 23:07:22 +02:00
dfjera
ea8fe9319f add docker database export/import helper scripts 2024-08-09 17:17:52 +02:00
se4598
52056aa1d0
docker compose: apply restart policy to all services 2024-08-07 17:14:59 +02:00
se4598
edbe5807c2
Update README.md
created wiki with a very very rough draft of documentation
2024-07-02 11:04:03 +02:00
Laura Klünder
3ad6631916 add ibeacon todo in locator 2024-03-31 19:38:47 +02:00
Laura Klünder
fe9b448fde use convert_wifi_scan 2024-03-31 19:38:23 +02:00
Laura Klünder
76b8858923 Locator now can deal with ibeacons in theory 2024-03-31 19:36:02 +02:00
Laura Klünder
3be707f52b accept empty SSIDs 2024-03-31 18:58:57 +02:00
Laura Klünder
3526658099 remove todo that has been completed 2024-03-31 18:55:06 +02:00
Laura Klünder
7fa75e1617 full scancollector implementation with all kinds of nice features 2024-03-31 18:49:35 +02:00
Laura Klünder
7532fc39ed fix scancollector with wifi and ibeacon 2024-03-31 17:28:35 +02:00
Laura Klünder
f97b57fbc8 move MeshNode import to correct one 2024-03-31 16:51:42 +02:00
Laura Klünder
0803df97d4 don't disable auth on that endpoint 2024-03-31 16:39:30 +02:00
Laura Klünder
afbd321d1d get_nodes_and_ranging_beacons 2024-03-31 16:36:43 +02:00
Laura Klünder
20fbcc9139 wifimeasurement → beaconmeasurement… and editor scancollector implementation 2024-03-31 16:23:15 +02:00
Laura Klünder
35d030a6fd make locate still work (only using wifi_peers for now) 2024-03-31 15:28:04 +02:00
Laura Klünder
31c7dad72f add ibeacon scan code to c3nav.js and endpoint 2024-03-31 15:26:44 +02:00
Laura Klünder
a62017f3a2 answer echo request messages 2024-03-31 01:23:37 +01:00
Laura Klünder
b958ef6292 fix message forwarding 2024-03-31 01:23:24 +01:00