blob: 560055f3b52e8ae0005c7b5c8c83c5a2a1785367 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[% map_sub_links = BLOCK %][% IF c.config.BING_MAPS_API_KEY %]
[% IF c.req.params.aerial %]
<a id="map_layer_toggle" href="[% c.uri_with( { aerial => 0 } ) %]">[% loc('Roads') %]</a>
[% ELSE %]
<a id="map_layer_toggle" href="[% c.uri_with( { aerial => 1 } ) %]">[% loc('Aerial') %]</a>
[% END %]
[% END %][% END %]
[%
map.copyright = ''; # This is handled with OpenLayers.Control.Attribution
map_html = INCLUDE maps/openlayers.html
%]
|