aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-04-26 14:59:01 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-04-26 14:59:01 +0100
commitd623b70d7273ad212074fa1e008c4e3ceb480fdf (patch)
tree9fabfd933c30507b941b0d7c4b6fdea43e02bbd6 /www/index.html
parent59d3e77945bc069bd84f55a68adc6b3873baa7ac (diff)
Fix displaying of map tiles.cordova-6-fix-maps
This updates the map tile code to match the website, allowing easier non-UK usage of Bing Maps by not including the map-fms.js file.
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html
index 5cd55ae..ca8607a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -48,6 +48,7 @@
<script type="text/javascript" src="js/OpenLayers.fixmystreet.js"></script>
<script type="text/javascript" src="js/map-OpenLayers.js"></script>
<script type="text/javascript" src="js/map-bing-ol.js"></script>
+ <script type="text/javascript" src="js/map-fms.js"></script>
<script type="text/javascript" src="js/locate.js"></script>
<script type="text/javascript" src="js/strings.js"></script>