Cleanup of code

This commit is contained in:
Pieter Vander Vennet 2020-07-24 01:12:57 +02:00
parent dd91e11bd0
commit e0f9a93468
12 changed files with 193 additions and 369 deletions

View file

@ -41,6 +41,7 @@ export class LayerUpdater {
map.Location.addCallback(function () {
self.update();
});
self.update();
}