1 2 3 4 5 6 7 8 9
[% map_sub_links = BLOCK %] [% 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 %] [% map_html = INCLUDE maps/openlayers.html include_key = 1 %]