aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/maps/google-ol.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/maps/google-ol.html')
-rw-r--r--templates/web/default/maps/google-ol.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/web/default/maps/google-ol.html b/templates/web/default/maps/google-ol.html
deleted file mode 100644
index 35c046b55..000000000
--- a/templates/web/default/maps/google-ol.html
+++ /dev/null
@@ -1,15 +0,0 @@
-[% map_js = BLOCK %]
-<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
-<script type="text/javascript" src="[% version('/js/OpenLayers.fixmystreet.google.js') %]"></script>
-<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script>
-<script type="text/javascript" src="[% version('/js/map-google-ol.js') %]"></script>
-<script type="text/javascript" src="[% version('/js/jquery.ba-hashchange.min.js') %]"></script>
-<!--[if lte IE 6]>
- <link rel="stylesheet" href="/jslib/OpenLayers-2.10/theme/default/ie6-style.css" type="text/css" />
-<![endif]-->
-[% END %]
-
-[% map_html = BLOCK %]
-[% INCLUDE maps/openlayers.html %]
-[% END %]
-