satvis icon indicating copy to clipboard operation
satvis copied to clipboard

Support time dependent imagery layers

Open Flowm opened this issue 6 years ago • 0 comments

Some imagery providers offer additional time dependent imagery. Loading these with UrlTemplateImageryProvider as tested in https://github.com/Flowm/satvis/commit/39afe31c304134542dfe765f83263372912285db doesn't work as the old tiles are still cached.

The old tile can either be invalidated when the time changes or an ImageryProvider with time dependent imagery support can be used.

Flowm avatar Jul 03 '19 23:07 Flowm