add keys.js to configure API keys instead of specific ajax loading

This commit is contained in:
Norbert Renner 2016-09-22 12:06:18 +02:00
parent 0e471bade0
commit a9f2b0cb18
6 changed files with 23 additions and 18 deletions

View file

@ -61,11 +61,6 @@
//BR.conf.profilesUrl = 'file://YOUR_PATH_TO/profiles2/';
}
// COPYING: Please get your own Bing maps key at http://www.microsoft.com/maps/default.aspx
//BR.conf.bingKeyUrl = 'bingkey.txt';
// External URL for key retrieval, does not work locally on desktop
BR.conf.bingKeyUrl = 'http://norbertrenner.de/key/bing.php';
// Removes default base layers when 'true'. Useful for only having custom layers (see below).
BR.conf.clearBaseLayers = false;