register map object in window for extensions

This commit is contained in:
vcoppe
2024-09-09 19:43:22 +02:00
parent 14e9d3319d
commit 4b0e49d171

View File

@@ -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);
});