register map object in window for extensions
This commit is contained in:
parent
14e9d3319d
commit
4b0e49d171
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
|||
});
|
||||
newMap.on('load', () => {
|
||||
$map = newMap; // only set the store after the map has loaded
|
||||
window._map = newMap; // entry point for extensions
|
||||
scaleControl.setUnit($distanceUnits);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue