-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I honestly have no idea what is causing this. I am just passing projection to the <MapLibre /> component.
<MapLibre
onload={(event) => {
// event.addControl(new GlobeControl(), 'top-left');
}}
projection={{type: "globe"}}
bind:map
{style}
diffStyleUpdates
class="relative h-full"
attributionControl={false}
>
{#snippet children({ map }: { map: maplibregl.Map })}
<AttributionControl compact={true} />
<NavigationControl />
<GeolocateControl />
...
{/snippet}
</Maplibre>
"maplibre-gl": "5.4.0",
"svelte-maplibre": "^1.0.0",
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels