Luigi Pirelli

Results 69 comments of 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. ![Screenshot from 2025-02-03 13-04-34](https://github.com/user-attachments/assets/2e34d5c3-c9d5-483e-9183-6896ef8ee9dd)

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` ![Screenshot from 2025-02-13 11-21-17](https://github.com/user-attachments/assets/d33b1365-16b3-4afa-9d92-0cc561e713a7)

@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...