aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/maps/fms.html
blob: 2df3bd11b667a2d01eabfe12b300bd171d7dff37 (plain)
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 %]