You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
WORK IN PROGRESS
Requirements
This functionality does not necessarily have to exist within the class(es) we create, but should be available
Relevant OpenLayers Classes
here's different possibilities for usage
TileLayer
Create COG Source by Extending Tile.js
Use TileLayer like https://openlayers.org/en/latest/examples/iiif.html?q=tile
TileLayer (with NDVI)
COG Source Usage
Different from static usage in that, can put projection from remote, but can over-ride default
Automatically determines its extent, but can over-ride with imageExtent
Alternative
ImageLayer appears to be synchronous once the file is ready...whereas with COGs we would have
to asynchronously fetch data as map updates
Basic Usage
Change Opacity
Opacity functionality could use default opacity functionality from base OL Layer class https://openlayers.org/en/latest/apidoc/module-ol_layer_Layer-Layer.html
Get Extent of COG
Custom Rendering
The text was updated successfully, but these errors were encountered: