leaflet-geotiff
Version:
A LeafletJS plugin for displaying geoTIFF raster data.
19 lines (18 loc) • 385 B
JSON
{
"name": "leaflet-geotiff",
"description": "A LeafletJS plugin for displaying geoTIFF raster data.",
"version": "0.2.0",
"license": "MIT",
"author": "Stuart Matthews",
"contributors": [
"Matthias Mohr"
],
"main": "leaflet-geotiff.js",
"dependencies": {
"leaflet": "^1.0.0",
"geotiff": "^0.4.1"
},
"optionalDependencies": {
"plotty": "^0.2.0"
}
}