Skip to content
Snippets Groups Projects
Commit 1ccb1a8b authored by Armand Bahi's avatar Armand Bahi
Browse files

Mise à l'échelle lors du chargement de la carte

parent f940d512
No related branches found
No related tags found
No related merge requests found
......@@ -502,6 +502,10 @@ nsVmap.MapCompare.prototype.mapCompareController = function ($scope, $window, $e
this_.synchronizeMap();
}, 10);
// Rafraichit l'échelle
setTimeout(function () {
this_.updateCompareScaleMap();
});
})
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment