diff --git a/__init__.py b/__init__.py index a36fa0871e..48da12a459 100644 --- a/__init__.py +++ b/__init__.py @@ -12,4 +12,4 @@ def getMetaData(): } def register(app): - return LayerView.LayerView() + return {"view":LayerView.LayerView()}