forked from MapComplete/MapComplete
Fix typos
This commit is contained in:
parent
27e09bf533
commit
2929c9ab0d
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue