forked from 0x2620/pandora
layer
This commit is contained in:
parent
da213d1745
commit
38d432bdd9
4 changed files with 10 additions and 3 deletions
|
|
@ -47,7 +47,7 @@ def siteJson():
|
|||
r['findKeys'].append(f)
|
||||
|
||||
r['groups'] = [p.name for p in Property.objects.filter(group=True)]
|
||||
r['layers'] = [l.json() for l in Layer.objects()]
|
||||
r['layers'] = [l.json() for l in Layer.objects.all()]
|
||||
|
||||
r['itemViews'] = [
|
||||
{"id": "info", "title": "Info"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue