A new element now shows up directly on the map

This commit is contained in:
Pieter Vander Vennet 2021-01-04 22:14:56 +01:00
parent bee2878b76
commit 32bc1433b4
5 changed files with 24 additions and 15 deletions

View file

@ -32,6 +32,7 @@ export default class ShowDataLayer {
}
function update() {
console.log("UPDATING!")
if (features.data === undefined) {
return;
}