Correct typo in MaplibreMap.svelte

Corrects typo 'initing'
This commit is contained in:
danieldegroot2 2024-07-20 17:52:32 +02:00 committed by GitHub
parent a75b9aaadd
commit 22cc2a9b73
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,7 +46,7 @@
styleUrl = defaultLayer.style ?? defaultLayer.url
}
console.log("Initing mapLIbremap with style", styleUrl)
console.log("Initiating mapLIbremap with style", styleUrl)
const options: MapOptions = {
container,