diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-04-26 14:59:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-04-26 14:59:01 +0100 |
commit | d623b70d7273ad212074fa1e008c4e3ceb480fdf (patch) | |
tree | 9fabfd933c30507b941b0d7c4b6fdea43e02bbd6 /www/js/config.js-example | |
parent | 59d3e77945bc069bd84f55a68adc6b3873baa7ac (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/js/config.js-example')
-rw-r--r-- | www/js/config.js-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/config.js-example b/www/js/config.js-example index 3e69b2d..75c66f9 100644 --- a/www/js/config.js-example +++ b/www/js/config.js-example @@ -28,6 +28,6 @@ var CONFIG = { // Set to 1 to log debug messages to the console DEBUG: 0, - // Whether the FMS installation is within the United Kingdom. Should not need to change. - isUK: 0 + // Bing Maps API key if needed + BING_MAPS_API_KEY: '' }; |