This file contains hidden or 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
// This is the core JS file for the web map hosted here: https://tdukr.github.io/otg/ | |
// It is definitely not the best web map code possible and you could | |
// find some crazy implementations of required functionality. | |
// However, I like this map. It is easy to read and it has some custom types of iteraction. | |
var map = L.map('map') | |
var southWest = L.latLng(40.00, 0.00), |