X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fsliceresourceview.py;h=e887ff7afd71ed44a5353132713e5f8d2a971852;hb=754158ae8e3a6b8e1d5cfeed23de32e4ad941a29;hp=2d603b431b11527a26e813849228cd7b5f9259fd;hpb=7218bf493458c353c505a6a79818ac418b24f51b;p=unfold.git diff --git a/portal/sliceresourceview.py b/portal/sliceresourceview.py index 2d603b43..e887ff7a 100644 --- a/portal/sliceresourceview.py +++ b/portal/sliceresourceview.py @@ -164,10 +164,11 @@ class SliceResourceView (LoginRequiredView, ThemeView): # the key to use at init-time init_key = main_query_init_key, checkboxes = True, - # center on Paris - latitude = 49., - longitude = 9, - zoom = 8, + + # To center around Europe : 53,9 / 3 + latitude = 53., + longitude = 9., + zoom = 3, ) # --------------------------------------------------------------------------