Skip to content

Instantly share code, notes, and snippets.

View mykolakozyr's full-sized avatar

Mykola Kozyr mykolakozyr

View GitHub Profile
@mykolakozyr
mykolakozyr / web_map.js
Created February 11, 2019 22:31
This is the core JS file for the web map hosted here: https://tdukr.github.io/otg/
// 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),