UNPKG

georaster-layer-for-leaflet

Version:

Display GeoTIFFs and soon other types of raster on your Leaflet Map

8 lines 413 B
import "regenerator-runtime/runtime.js"; import * as L from "leaflet"; import type { GeoRasterLayerOptions } from "./types"; declare global { } declare const GeoRasterLayer: (new (options: GeoRasterLayerOptions) => any) & typeof L.Class; export default GeoRasterLayer; export type { GeoRaster, GeoRasterLayerOptions, PixelValuesToColorFn } from "./types"; //# sourceMappingURL=georaster-layer-for-leaflet.d.ts.map