Skip to content

Instantly share code, notes, and snippets.

@emamut
Last active August 16, 2018 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emamut/dedc1dbd0eca827980e707b6e7a13407 to your computer and use it in GitHub Desktop.
Save emamut/dedc1dbd0eca827980e707b6e7a13407 to your computer and use it in GitHub Desktop.
Get leaflet map center
mapAt.on('dragend', function (e) {
var center = mapAt.getCenter()
console.log('center', center)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment