0.0.4 • Published 6 years ago

geotiff-layer-for-leaflet v0.0.4

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
6 years ago

Please use georaster-layer-for-leaflet, instead of this package.

This package is no longer maintained and georaster-layer-for-leaflet includes all the same functionality and more!


GeoTIFFLayer

Display GeoTIFFs on your Leaflet Map

Usage

let GeoTIFFLayer = require("geotiff-layer-for-leaflet");

let options = {
    geotiff: geotiff, // geotiff object create by geotiff
    opacity: 0.7
};

new GeoTIFFLayer(options).addTo(map);

More Information Coming Soon