Fix typos

This commit is contained in:
Pieter Vander Vennet 2021-12-12 03:01:13 +01:00
parent 27e09bf533
commit 2929c9ab0d
2 changed files with 2 additions and 2 deletions

View file

@ -126,7 +126,7 @@ export default class GeoJsonSource implements FeatureSourceForLayer, Tiled {
eventSource.setData(eventSource.data.concat(newFeatures))
}).catch(msg => console.error("Could not load geojon layer", url, "due to", msg))
}).catch(msg => console.error("Could not load geojson layer", url, "due to", msg))
}
}