GeoTIFF / georaster-layer-for-leaflet

Display GeoTIFFs and soon other types of raster on your Leaflet Map
https://geotiff.github.io/georaster-layer-for-leaflet-example/
Apache License 2.0
286 stars 57 forks source link

Fix debug log level check #48

Closed jomey closed 3 years ago

jomey commented 3 years ago

Check presence for debugLevel key in options using the in operator. Using !options.debugLevel returns false for 0 as an option and does not turn off logging.

DanielJDufour commented 3 years ago

Great find! I'll merge and republish shortly.

DanielJDufour commented 3 years ago

I just republished the package. Thanks again!