sentinelhub-js
sentinelhub-js copied to clipboard
Add documentation for ProcessingDataFusionLayer
e.g.
ProcessingDataFusionLayer timespan
Sentinel Hub supports setting timespan for each datasource used in data fusion (docs, examples)
Sentinelhub.js does the same.
- timespan (
fromTime,toTime) for each layer can be set when creatingProcessingDataFusionLayerlayer- if the layer's timespan (
fromTime,toTime) is set, it will be used in.getMap(), even iffromTimeandtoTimeparameters are provided for.getMap() - if the layer's timespan (
fromTime,toTime) is NOT set,.getMap()will usefromTimeandtoTimeparameters provided to it
- if the layer's timespan (
- if no timespans (
fromTime,toTime) are set for the layers,fromTimeandtoTimeparams for.getMap()must be provided