diff options
Diffstat (limited to 'templates/web/base/maps/google-ol.html')
-rw-r--r-- | templates/web/base/maps/google-ol.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/web/base/maps/google-ol.html b/templates/web/base/maps/google-ol.html index 35c046b55..919ae073f 100644 --- a/templates/web/base/maps/google-ol.html +++ b/templates/web/base/maps/google-ol.html @@ -9,7 +9,15 @@ <![endif]--> [% END %] +[% map_sub_links = BLOCK %] +<a class="hidden-nojs" id="map_layer_toggle" href="">[% loc('Satellite') %]</a> +[% END %] + [% map_html = BLOCK %] [% INCLUDE maps/openlayers.html %] +[% UNLESS around_page %] +<p id="sub_map_links"> + [% map_sub_links %] +</p> +[% END %] [% END %] - |