You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by hrodmn May 17, 2023 @vincentsarago I think eoAPI is the perfect foundation for some work that I am doing at NCX right now. I want to be able to a) build mosaic endpoints on the fly (I think you are already looking at this here, b) manipulate the asset/rescale/colormap parameters for a mosaic and have some more interactive features (layer control, basemap control, etc) while browsing the map endpoint (I think a lot of the code for asset display control already exists here).
Here are a few ideas for some features to build out:
Add a basemap! Maybe a few options like Stamen Toner and some sort of imagery
Add a tile specification panel to the map that allows you to specify assets, rescale, colormap, etc (similar to raster STAC item viewer). If you add those parameters to the url (e.g. ...{searchid}/map?assets=cog&rescale=0,1000, those parameters get pre-loaded.
When you load the map endpoint without any map parameters, load the basemap with the bbox for the searchid and prompt the user to provide the tile specification in the toolbar.
Add a tile layer control to make it possible to toggle the tiles on/off
I think we can build most by borrowing code from the raster viewer endpoint!
The text was updated successfully, but these errors were encountered:
vincentsarago
changed the title
Make the mosaic map endpoint more interactive
[Custom runtimes] Make the mosaic map endpoint more interactive
Jan 10, 2024
Discussed in #77
Originally posted by hrodmn May 17, 2023
@vincentsarago I think eoAPI is the perfect foundation for some work that I am doing at NCX right now. I want to be able to a) build mosaic endpoints on the fly (I think you are already looking at this here, b) manipulate the asset/rescale/colormap parameters for a mosaic and have some more interactive features (layer control, basemap control, etc) while browsing the
map
endpoint (I think a lot of the code for asset display control already exists here).Here are a few ideas for some features to build out:
...{searchid}/map?assets=cog&rescale=0,1000
, those parameters get pre-loaded.map
endpoint without any map parameters, load the basemap with thebbox
for thesearchid
and prompt the user to provide the tile specification in the toolbar.I think we can build most by borrowing code from the raster viewer endpoint!
The text was updated successfully, but these errors were encountered: