aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/maps/zurich.html
blob: 33c70bb0fbb5468390549d6612f383da139d0927 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[% 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 class="sub-map-links" id="sub_map_links">
     [% map_sub_links %]
</p>
[% END %]
[% END %]