-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ol-stac migration #531 #535
base: main
Are you sure you want to change the base?
Conversation
13d5ae5
to
bcbbf3a
Compare
great :) |
@m-mohr FYI this branch allow correctly stream from a local titiler, but not able to show any collection footprint served by eoAPI pgstac compose (removing stac-browser). Footprint is shown only for Items. |
cbc9cb2
to
e9e66ce
Compare
@luipir Your problem should be fixed. Generally, I've tried to better document above what known issues exist, all other functionality should be back and working. You can start tests now. |
ccd96be
to
6baf41f
Compare
confirmed that it works now :)
:)
thank you for the bug fix and new features :) |
@luipir You should be able to create a bbox regardless of the error. Please be aware that it was not a "drawing" mechanism (click & drag) to create the initial bbox, instead it was a single click and then you can adjust from there. I just implemented shift click & drag as well to create a bounding box. Nevertheless, the error has also been fixed. Thanks. |
@luipir I think both issues should be fixed/implemented now. |
|
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 the previous search setup? |
@luipir I can't reproduce the selection issue, unfortunately. Are your dependencies up to date? Can you link me to an example? 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 recommend opening items in a new tab for now. |
ok, no problem |
checking with a clean install
I already shared times privately a set of json and link to real images. |
Yes, but only static files. Search doesn't work on static files and it takes too much time to set up a whole new fastapi instance just to test this, sorry. |
Implements/Fixes
Open issues:
Potential features to be considered:
Breaking changes:
maxPreviewsOnMap
buildTileUrlTemplate
default to null now. The function has a different signature now, an Asset object (see stac-js) is passed as only argument. No other parameters are passen. To get the absolute url for the URL constuction, use asset.getAbsoluteUrl()