aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-fms.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-08-09 12:57:26 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-08-09 13:49:07 +0100
commit694ea1fb14adb53c9258d28767d3219417608d2c (patch)
treebe75c5e246f9ba5b81c47554d875723ef7f6575e /web/js/map-fms.js
parent6d5f59c50e77e5825a6a7893039405df5c30d7e5 (diff)
[UK] OS map only shown from zoom 12+.
Bing no longer shows it at zoom level 11.
Diffstat (limited to 'web/js/map-fms.js')
-rw-r--r--web/js/map-fms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-fms.js b/web/js/map-fms.js
index 37ef8dfa1..3e23b7590 100644
--- a/web/js/map-fms.js
+++ b/web/js/map-fms.js
@@ -57,7 +57,7 @@ OpenLayers.Layer.BingUK = OpenLayers.Class(OpenLayers.Layer.Bing, {
}
} else {
var type = '';
- if (z > 10 && in_uk) {
+ if (z > 11 && in_uk) {
type = '&productSet=mmOS&key=' + fixmystreet.key;
}
urls = [