This commit is contained in:
j 2010-11-28 17:31:53 +01:00
commit 38d432bdd9
4 changed files with 10 additions and 3 deletions

View file

@ -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"},