From ffb3c8f3127f2f908514e6bc6beb471713660db9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20M=C3=BCllegger?= Date: Mon, 31 Aug 2015 16:47:23 +0200 Subject: [PATCH] Add v=3 as parameter to load Google Maps API. Related #159 --- floppyforms/gis/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/floppyforms/gis/widgets.py b/floppyforms/gis/widgets.py index e967a3e..d9754d9 100644 --- a/floppyforms/gis/widgets.py +++ b/floppyforms/gis/widgets.py @@ -167,5 +167,5 @@ class Media: js = ( 'floppyforms/openlayers/OpenLayers.js', 'floppyforms/js/MapWidget.js', - 'https://maps.google.com/maps/api/js?sensor=false', + 'https://maps.google.com/maps/api/js?v=3&sensor=false', )