Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created May 29, 2021 18:31
Show Gist options
  • Save ng-the-engineer/72a4e98d720c67cb3bd050c02cd72b87 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/72a4e98d720c67cb3bd050c02cd72b87 to your computer and use it in GitHub Desktop.
Code snippet of tutorial running tracker
const LONDON_CENTRE_LAT_LNG = [51.505, -0.09];
let map = L.map("tracker").setView(LONDON_CENTRE_LAT_LNG, 13);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment