Correct typo in MaplibreMap.svelte
Corrects typo 'initing'
This commit is contained in:
parent
a75b9aaadd
commit
22cc2a9b73
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue