Skip to content

Commit

Permalink
Add v=3 as parameter to load Google Maps API.
Browse files Browse the repository at this point in the history
Related #159
  • Loading branch information
gregmuellegger committed Aug 31, 2015
1 parent 386ebbd commit ffb3c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floppyforms/gis/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)

0 comments on commit ffb3c8f

Please sign in to comment.