WifiMeasurement support in editor
This commit is contained in:
parent
35fe4c7409
commit
b625414cfa
8 changed files with 140 additions and 5 deletions
|
@ -196,6 +196,7 @@ class EditorViewSet(ViewSet):
|
|||
space.lineobstacles.all(),
|
||||
space.columns.all(),
|
||||
space.altitudemarkers.all(),
|
||||
space.wifi_measurements.all(),
|
||||
space.pois.filter(POI.q_for_request(request)).prefetch_related('groups'),
|
||||
other_spaces_upper,
|
||||
graphedges,
|
||||
|
@ -224,6 +225,7 @@ class EditorViewSet(ViewSet):
|
|||
'graphnode': '#009900',
|
||||
'graphedge': '#00CC00',
|
||||
'altitudemarker': '#0000FF',
|
||||
'wifimeasurement': '#DDDD00',
|
||||
})
|
||||
|
||||
@list_route(methods=['get'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue