stuartmatthews / leaflet-geotiff

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

Allow custom rendering/plotting #15

Closed m-mohr closed 6 years ago

m-mohr commented 6 years ago

It would be nice to support custom drawing/rendering/plotting of the image data. Currently it is done using Plotty, but (for us) it is useful to allow custom rendering, too. Therefore access to the canvas is needed. Plotty could be served as a "plugin" and custom "plugins" could be added, too. The dependency to Plotty could be optional then.

I might add a PR later.