Loading src/components/LMap.vue +8 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,14 @@ export default { latLng, DomEvent, } = WINDOW_OR_GLOBAL.L; try { options.beforeMapMount && (await options.beforeMapMount()); } catch (error) { console.error( `The following error occurred running the provided beforeMapMount hook ${error.message}` ); } await resetWebpackIcon(Icon); options.crs = options.crs || CRS.EPSG3857; Loading Loading
src/components/LMap.vue +8 −1 Original line number Diff line number Diff line Loading @@ -224,7 +224,14 @@ export default { latLng, DomEvent, } = WINDOW_OR_GLOBAL.L; try { options.beforeMapMount && (await options.beforeMapMount()); } catch (error) { console.error( `The following error occurred running the provided beforeMapMount hook ${error.message}` ); } await resetWebpackIcon(Icon); options.crs = options.crs || CRS.EPSG3857; Loading