Laura Klünder
9852171c3e
deliver quest types
2024-12-24 20:19:05 +01:00
Laura Klünder
a7cacecdbe
add missing migrations
2024-12-24 20:06:22 +01:00
Laura Klünder
6acd163eb6
show quests on map
2024-12-24 20:04:49 +01:00
Laura Klünder
56d0925ada
cache quests by quest permissions
2024-12-24 18:57:34 +01:00
Laura Klünder
2805061c47
generate quests, but they can't be solved yet
2024-12-24 18:50:53 +01:00
Laura Klünder
38671a7947
implement importnoc
2024-12-24 16:34:19 +01:00
Laura Klünder
4cfd58926b
add noc eventmap conversion config
2024-12-24 03:22:12 +01:00
Jenny Paxian
82b13e16a0
Use dict in fakemobileclient for data, add default to BeaconMeasurementDataSchema ( #206 )
...
* Fakemobileclient should return a dict of wifi.data, instead of data, since we have bluetooth beacons too
* Use dict instead of list for beacon measurement in fakemobileclient and editor script
* Use distance directly
* BeaconMeasurementDataSchema add default
2024-12-23 18:01:03 +01:00
Laura Klünder
e3cc6d15a3
data migrate pydantic field better cause the validator is crap
2024-12-23 16:43:41 +01:00
Laura Klünder
8feac6bf43
use shcmea for beaconmeasurement data and fix some related things
2024-12-23 16:26:15 +01:00
Laura Klünder
b78833aa1c
fix rendermap
2024-12-21 12:13:52 +01:00
Jenny Danzmayr
033abddced
allow numbers in dataoverlay extradata values
2024-12-20 21:34:20 +01:00
Laura Klünder
34b5ad58bf
another invalid geometry fuckery fix
2024-12-20 19:27:11 +01:00
Laura Klünder
5eb75591dd
avoid invalid geometry in build_altitudeareas
2024-12-20 19:18:22 +01:00
Laura Klünder
f25af9588d
skip some problem with polygon cutting i guess
2024-12-20 19:15:37 +01:00
Gwendolyn
e6d2afc99b
DataOverlayFeature needs LevelGeometryMixin
2024-12-20 11:45:51 +01:00
Gwendolyn
0df0580f1b
editor/overlay multipoint support (might still be a bit broken)
2024-12-20 09:54:06 +01:00
Laura Klünder
e16b43bdf2
allow int and bool values for overlayfeature extra_data
2024-12-19 21:30:43 +01:00
Laura Klünder
870c26e335
doors now have todos, names and a cooler new UI
2024-12-19 17:26:50 +01:00
Laura Klünder
d901b49314
links to POIs without slugs were always dead because of prefix collision
2024-12-19 12:26:18 +01:00
Laura Klünder
48cb444691
external_url_label and external_url for locationgroup as well
2024-12-19 11:59:38 +01:00
Laura Klünder
9aab30611c
fix missing whitespace in level_subtitle of customlocation
2024-12-19 11:03:28 +01:00
Laura Klünder
9590344be6
fixed customlocation pk to use level_index
2024-12-19 11:03:11 +01:00
Laura Klünder
fe98f5e618
add level_index so short_label can look nicer
2024-12-19 10:56:38 +01:00
Laura Klünder
6167c92e98
implement level permissions in tileserver/cachepackage
2024-12-19 00:51:48 +01:00
Laura Klünder
9d77707cc5
missing migration
2024-12-19 00:07:02 +01:00
Laura Klünder
7e09f37bf0
darken a bit less much
2024-12-19 00:06:47 +01:00
Laura Klünder
9446c34e8a
introduce intermediate level setting
2024-12-19 00:06:06 +01:00
Laura Klünder
387fdc62be
more typehinting in route and router
2024-12-17 22:28:52 +00:00
Laura Klünder
b0de389337
positions need to be serialized too
2024-12-17 00:11:46 +00:00
Gwendolyn
e5fab0611b
api endpoint to list waytypes
2024-12-16 20:42:28 +01:00
Gwendolyn
7586f5f196
migration for dataoverlay default geomtype and stroke nad fill opacity
2024-12-16 19:50:34 +01:00
Gwendolyn
4536390eba
fill and stroke opacity for data overlays
2024-12-16 16:13:21 +01:00
Laura Klünder
4d5d231ef2
don't mix up caching with different can_grant values
2024-12-16 13:48:12 +00:00
Gwendolyn
934aa60be4
overlays
...
default geomtype, permission fix, name fix, remove ungrouped header, fix id filter
2024-12-16 12:54:37 +01:00
Laura Klünder
13cf207ee6
don't show accessrestrictiongroups to select that the user can't grant
2024-12-16 10:45:23 +00:00
Gwendolyn
6b494810cc
overlay api
2024-12-16 11:36:47 +01:00
Gwendolyn
1cfcf7a5e1
fix overlay api
2024-12-16 11:36:47 +01:00
Gwendolyn
32e89498ce
invert hide geometry logic in mapdata api
2024-12-16 11:36:47 +01:00
Laura Klünder
bf1b6c395d
fix editor/mapdaza deadlock during processupdates, halleluja! [hopefully]
2024-12-16 09:08:43 +00:00
Laura Klünder
6428a39a04
allow waytypes to be excluded by default
2024-12-15 18:25:16 +00:00
Laura Klünder
d5c7d50f78
fix accesspermission cache for good, hopefully
2024-12-15 17:54:07 +00:00
Laura Klünder
7ddff6a382
fix cache invalidation for access restrictions and one more mysterious can_grant=None
2024-12-15 17:25:37 +00:00
Laura Klünder
9e5ce6f829
fix can_grant, bringing up further questions though
2024-12-15 17:09:21 +00:00
Laura Klünder
10625196f2
fix locationgroup editor
2024-12-15 15:18:12 +00:00
Laura Klünder
c38384cb5c
dataoverlays can have an access restriction, as a treat
2024-12-15 14:35:15 +00:00
Laura Klünder
b252cd8b86
deal with redirects without slugs [wtf?]
2024-12-15 14:12:57 +00:00
Laura Klünder
967eb36c6c
fix serializing of searchable locations without slugs
2024-12-15 13:53:27 +00:00
Laura Klünder
322817354a
fix more access permission old related name stuff
2024-12-14 15:19:56 +00:00
Gwendolyn
4a37e63a2d
skip deferred fields
...
in locationgroup init to prevent infinite recursion
2024-12-13 15:19:48 +01:00