Skip to content
Snippets Groups Projects
Unverified Commit ba8148cb authored by Cal Herries's avatar Cal Herries Committed by GitHub
Browse files

Remove panning of choropleth (#23454)

parent 9d1b4f21
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,6 @@ const LeafletChoropleth = ({
// ]).addTo(map);
map.fitBounds(minimalBounds);
map.panTo([0, 0], { animate: false });
return () => {
map.remove();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment