diff --git a/resource/web/map.tmpl b/resource/web/map.tmpl index e60fefe3..7ddafa35 100755 --- a/resource/web/map.tmpl +++ b/resource/web/map.tmpl @@ -131,7 +131,7 @@ function drawLoop(){ if (editModeEnabled == false) drawMap(); - setTimeout("drawMap()", 10000); + setTimeout("drawLoop()", 10000); } function drawMap(){