blob: e326bd7135816102555ad96e028c272f36f3afb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[%
map_js = [
"https://maps.googleapis.com/maps/api/js?v=3",
version('/js/OpenLayers/OpenLayers.google.js'),
version('/js/map-OpenLayers.js'),
version('/js/map-google-ol.js'),
]
%]
[% 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 %]
|