aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/maps/bing.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/maps/bing.html')
-rw-r--r--templates/web/base/maps/bing.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/web/base/maps/bing.html b/templates/web/base/maps/bing.html
deleted file mode 100644
index 7d2c379c4..000000000
--- a/templates/web/base/maps/bing.html
+++ /dev/null
@@ -1,9 +0,0 @@
-[% 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/_sub_links.html %]