aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/maps/zurich.html
blob: f85be4aefa71719b41677c34b697fa4f61fa9800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[%
map_js = [
    version('/js/OpenLayers.2.11.zurich.js'),
    version('/js/OpenLayers.Projection.CH1903Plus.js'),
    version('/js/map-OpenLayers.js'),
    version('/js/map-wmts-base.js'),
    version('/js/map-wmts-zurich.js'),
]
%]

[% map_sub_links = BLOCK %]
    <a class="hidden-nojs" id="map_layer_toggle" href="">Stadtplan</a>
[% END %]

[% map_html = BLOCK %]
[% INCLUDE maps/openlayers.html %]
[% INCLUDE maps/wmts_config.html %]
[% UNLESS around_page %]
<p id="sub_map_links">
     [% map_sub_links %]
</p>
[% END %]
[% END %]