This commit is contained in:
Ota Prokopec 2023-04-06 20:29:06 +02:00
parent 61d7f88b15
commit b9350ffd5f
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@
<Map on:ready={() => setTimeout(() => userCenter(), 100)} {center} bind:mapComponent class={className} on:move> <Map on:ready={() => setTimeout(() => userCenter(), 100)} {center} bind:mapComponent class={className} on:move>
<slot /> <slot />
<GeolocateControl <GeolocateControl
on:trackuserlocationend={console.log}
options={{ options={{
trackUserLocation: true, trackUserLocation: true,
showUserHeading: true, showUserHeading: true,