Skip to content

Instantly share code, notes, and snippets.

@tim-salabim
Created February 5, 2025 18:16
Show Gist options
  • Save tim-salabim/2db92c7525b7623222aadf20bd7f4dcf to your computer and use it in GitHub Desktop.
Save tim-salabim/2db92c7525b7623222aadf20bd7f4dcf to your computer and use it in GitHub Desktop.
addGlobeControl = function(map) {
let globecontrol = new maplibregl.GlobeControl();
map.addControl(globecontrol);
return map;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment