diff --git a/src/main/resources/public/js/overlay.shop.js b/src/main/resources/public/js/overlay.shop.js index 043a38a..228b6c9 100644 --- a/src/main/resources/public/js/overlay.shop.js +++ b/src/main/resources/public/js/overlay.shop.js @@ -56,7 +56,10 @@ function update(){ m.request({ url: "shop" }) - .then(function(_list){ list = _list; }); + .then(function(_list){ + list = _list; + redraw(); + }); } tileserver.mapLoadedCallbacks.push(function(map){