stuartmatthews / leaflet-geotiff

Leaflet plugin for displaying geoTIFF raster data
MIT License
174 stars 76 forks source link

Leaflet 1.3.0 compatibility #14

Closed m-mohr closed 6 years ago

m-mohr commented 6 years ago

I tested the changes with the following Leaflet version: 0.77, 1.0.3, 1.3.1. Solves #10.

m-mohr commented 6 years ago

I also removed the bounds parameter in the leafletGeotiff function. The bounds are never used and options can't be set properly without named arguments.