continue refactor of geocoding services, improved locale, fixes on mapEdit

This commit is contained in:
sedum
2023-02-20 07:05:21 +01:00
parent 7522e811fa
commit 8efeda085a
11 changed files with 117 additions and 1100 deletions

View File

@@ -54,7 +54,9 @@ export default {
});
setTimeout(() => {
this.$refs.map.mapObject.invalidateSize();
if (this.$refs.map && this.$refs.map.mapObject ) {
this.$refs.map.mapObject.invalidateSize();
}
}, 200);
}
}