Created
May 29, 2021 18:31
-
-
Save ng-the-engineer/72a4e98d720c67cb3bd050c02cd72b87 to your computer and use it in GitHub Desktop.
Code snippet of tutorial running tracker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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