Option to remove default base layers (#27)
This commit is contained in:
parent
e7fb105df7
commit
052a79cc0b
2 changed files with 11 additions and 1 deletions
|
|
@ -66,6 +66,9 @@
|
|||
// 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;
|
||||
|
||||
// Add custom tile layers
|
||||
// URL template see http://leafletjs.com/reference.html#tilelayer
|
||||
// Multiple entries separated by comma (,)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue