issues
search
conveyal
/
browsochrones
Create isochrones and accessibility images in the browser
MIT License
6
stars
2
forks
source link
Remove direct leaflet dependency, add support for Leaflet 1.0
#62
Closed
trevorgerhardt
closed
7 years ago
trevorgerhardt
commented
7 years ago
Switched to use internal mercator projection functions so a direct Leaflet dependency isn't needed. This will help avoid conflicts when updating to Leaflet 1.0 elsewhere.
Added
createTile
function needed for
new Leaflet GridLayer's
Switched from
let
to
const
where appropriate
Updated all dependencies.
createTile
function needed for new Leaflet GridLayer'slet
toconst
where appropriate