Skip to content

Commit

Permalink
Fixed a bug with map results
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Jan 17, 2025
1 parent e0a92ec commit f5a661e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3818,7 +3818,7 @@ else if(entiteAttribuer) {
auteurPageJs.tl(5, "}");
auteurPageJs.tl(5, "]");
auteurPageJs.tl(3, "});");
auteurPageJs.tl(3, "window.mapCrowdFlowObserved.zoomControl.setPosition('topright');");
auteurPageJs.tl(3, "window.map", classeNomSimple, ".zoomControl.setPosition('topright');");
auteurPageJs.tl(3, "var data = [];");
auteurPageJs.tl(3, "var layout = {};");
auteurPageJs.tl(3, "layout['showlegend'] = true;");
Expand Down

0 comments on commit f5a661e

Please sign in to comment.