Don't load leaflet in the background.
This was causing it to be the wrong size and not load tiles (Closes #21)
This commit is contained in:
parent
fcbfc634e3
commit
8677fc21d1
|
@ -261,6 +261,7 @@
|
||||||
>
|
>
|
||||||
<template #default>
|
<template #default>
|
||||||
<event-map
|
<event-map
|
||||||
|
v-if="showMap"
|
||||||
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
|
:routingType="routingType ?? RoutingType.OPENSTREETMAP"
|
||||||
:address="event.physicalAddress"
|
:address="event.physicalAddress"
|
||||||
@close="showMap = false"
|
@close="showMap = false"
|
||||||
|
|
Loading…
Reference in a new issue