diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-05-17 17:06:35 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-05-17 17:06:35 +0100 |
commit | a0c620b2f4e19dd2a46dcf42ba4c5ec70af49410 (patch) | |
tree | 6b3c2e820980b8a11fa7421374aad7fcefce1319 /templates | |
parent | 8eaf26c962c4941a302975630035c24f1e5f55ef (diff) |
Update OpenLayers to fix Google Maps layer.
This uses the master branch of OpenLayers 2.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/maps/google-ol.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/maps/google-ol.html b/templates/web/base/maps/google-ol.html index 7c83534a8..a87c87afb 100644 --- a/templates/web/base/maps/google-ol.html +++ b/templates/web/base/maps/google-ol.html @@ -1,5 +1,5 @@ [% map_js = BLOCK %] -<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.21"></script> +<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3"></script> <script type="text/javascript" src="[% version('/js/OpenLayers.fixmystreet.google.js') %]"></script> <script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script> <script type="text/javascript" src="[% version('/js/map-google-ol.js') %]"></script> @@ -10,7 +10,7 @@ [% END %] [% map_sub_links = BLOCK %] -<a class="hidden-nojs" id="map_layer_toggle" href="">[% loc('Map') %]</a> +<a class="hidden-nojs" id="map_layer_toggle" href="">[% loc('Satellite') %]</a> [% END %] [% map_html = BLOCK %] |