Luigi Pirelli
Luigi Pirelli
FYI, not clear to me if this is a regression or the issue was there before but I can't draw BBOX to set up spatial extent to prepare a spatial...
FYI some other glitches that are not present in main. 1) The error appear ONLY after the spatial query is executed 2) there is not a zoom to the BBOX...
> @luipir I think both issues should be fixed/implemented now. right has been fixed, but still having select item issue. 
FYI is it already an main issue that after dig into an item selected via search gui , than "back" start from a brand new query without remind what was...
> It's indeed a bit cumbersome that the Search doesn't remember the search query, but that's a different issue and tracked via #393. It's major effort to improve this. I...
> @luipir I can't reproduce the selection issue, unfortunately. Are your dependencies up to date? checking with a clean install > Can you link me to an example? I already...
some new strange behaviour probably not related with OL stuffs (but not sure) I've config.js with ``` useTileLayerAsFallback: false, buildTileUrlTemplate: ( asset ) => { let modifiedHref = asset.href.replace("/aerofototeca/integration/api/download/", "/aerofototeca/integration/api/tile/");...
FYI @m-mohr seems the issue is sinside `ol-stac/layer/STAC.js` that does not propagate `useTileLayerAsFallback` 
@m-mohr in fact adding ``` useTileLayerAsFallback: this.useTileLayerAsFallback_, buildTileUrlTemplate: this.buildTileUrlTemplate_, ``` to line https://github.com/m-mohr/ol-stac/blob/main/src/ol/layer/STAC.js#L484 is enought to allow visualization
> @m-mohr in fact adding > > ``` > useTileLayerAsFallback: this.useTileLayerAsFallback_, > buildTileUrlTemplate: this.buildTileUrlTemplate_, > ``` > > to line https://github.com/m-mohr/ol-stac/blob/main/src/ol/layer/STAC.js#L484 is enought to allow visualization done PR to ol-stac...