sentinel-hub / sentinelhub-js

Download and process satellite imagery in JavaScript or TypeScript using Sentinel Hub services.
MIT License
52 stars 7 forks source link

Add mosaicking order to S1GRD constructor #247

Closed zansinergise closed 1 year ago

zansinergise commented 1 year ago

https://git.sinergise.com/team-6/eobrowser3/-/issues/607

Constructor was missing the parameter mosaickingOrder so it was always set to null.

zansinergise commented 1 year ago

I know that tests for constructor parameters are missing, but it would be nice if you could also add test for this one (just mosaickingOrder parameter). fftr

Added 1 test for creating layer without mosaickingOrder parameter and 1 test with mosaickingOrder parameter.