expose map instance for console debugging

This commit is contained in:
Norbert Renner 2015-03-08 09:37:50 +01:00
parent 597303a6d3
commit 4ab4572e0e

View file

@ -76,6 +76,10 @@
}).addTo(map);
map.addControl(new BR.Search());
// expose map instance for console debugging
BR.debug = BR.debug || {};
BR.debug.map = map;
}
function initApp() {