aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/fixmystreet.com/maps/fms.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/fixmystreet.com/maps/fms.html')
-rw-r--r--templates/web/fixmystreet.com/maps/fms.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/web/fixmystreet.com/maps/fms.html b/templates/web/fixmystreet.com/maps/fms.html
new file mode 100644
index 000000000..3cf503c96
--- /dev/null
+++ b/templates/web/fixmystreet.com/maps/fms.html
@@ -0,0 +1,10 @@
+[% map_js = BLOCK %]
+<!-- <script type="text/javascript" src="http://ecn.dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=7.0&mkt=en-GB"></script> -->
+<script type="text/javascript" src="[% version('/js/OpenLayers/OpenLayers.fixmystreet.js') %]"></script>
+<script type="text/javascript" src="[% version('/js/OpenLayers.Projection.OrdnanceSurvey.js') %]"></script>
+<script type="text/javascript" src="[% version('/js/map-OpenLayers.js') %]"></script>
+<script type="text/javascript" src="[% version('/js/map-bing-ol.js') %]"></script>
+<script type="text/javascript" src="[% version('/js/map-fms.js') %]"></script>
+[% END %]
+
+[% map_html = INCLUDE maps/openlayers.html include_key = 1 %]