forked from MapComplete/MapComplete
Merge pull request #2036 from danieldegroot2/fix-typo/initing
Correct typo 'initing'
This commit is contained in:
commit
dc88501cc9
2 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ export default class TagRenderingConfig {
|
|||
) {
|
||||
let json = <string | QuestionableTagRenderingConfigJson>config
|
||||
if (json === undefined) {
|
||||
throw "Initing a TagRenderingConfig with undefined in " + context
|
||||
throw "Initiating a TagRenderingConfig with undefined in " + context
|
||||
}
|
||||
|
||||
if (typeof json === "number") {
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue