X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fsliceview.py;h=753fed26906e7386a2e91df9ff92050ef48bb12a;hb=f19bceaa080ab47bae751cd0597a9fb32d1b6b4f;hp=9eb47990c6da593f37fb61bf2e8d001a7fc4d35a;hpb=2ad7918b2828ff6352b057fcace93b74f7c4e0f1;p=myslice.git diff --git a/portal/sliceview.py b/portal/sliceview.py index 9eb47990..753fed26 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -156,6 +156,7 @@ class SliceView (LoginRequiredAutoLogoutView): togglable = False, query = sq_resource, query_all = query_resource_all, + googlemap_api_key = Config().googlemap_api_key(), checkboxes = True, # center on Paris latitude = 49., @@ -198,6 +199,7 @@ class SliceView (LoginRequiredAutoLogoutView): resources_as_3dmap, resources_as_list_area, ], active_domid = 'resources-map', + persistent_active=True, ) main_stack.insert (resources_area)