aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/maps/osm.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/maps/osm.html')
-rw-r--r--templates/web/default/maps/osm.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/templates/web/default/maps/osm.html b/templates/web/default/maps/osm.html
deleted file mode 100644
index ce08e179a..000000000
--- a/templates/web/default/maps/osm.html
+++ /dev/null
@@ -1,14 +0,0 @@
-[% map_js = BLOCK %]
-<script type="text/javascript" src="[% version('/js/OpenLayers.fixmystreet.js') %]"></script>
-<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script>
-<script type="text/javascript" src="[% version('/js/map-OpenStreetMap.js') %]"></script>
-<script type="text/javascript" src="[% version('/js/jquery.ba-hashchange.min.js') %]"></script>
-<!--[if lte IE 6]>
- <link rel="stylesheet" href="/js/OpenLayers-2.13.1/theme/default/ie6-style.css" type="text/css">
-<![endif]-->
-[% END %]
-
-[% map_html = BLOCK %]
-[% INCLUDE maps/openlayers.html %]
-<div class="olControlAttribution" style="position: absolute; z-index: 1006;">&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors</div>
-[% END %]