Replies: 1 comment 8 replies
-
|
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a mosaic
searchid
registered (one collection, no bounding box or datetime filter) and can load the XYZ tiles into QGIS or a Leaflet map, but themap
endpoint doesn't seem to be behaving for me. Am I using it wrong? When I open it I get a mostly blank map canvas:Here is what my map endpoint url looks like for a composite of three assets:
{raster_endpoint}/mosaic/{searchid}/map?assets=120&assets=900&assets=800&rescale=0,0.6&rescale=0,0.6&rescale=0,0.6
The XYZ tile url that works:
{raster_endpoint}/mosaic/{searchid|/tiles/WebMercatorQuad/{z}/{x}/{y}@1x?assets=120&assets=900&assets=800&rescale=0,0.6&rescale=0,0.6&rescale=0,0.6
Beta Was this translation helpful? Give feedback.
All reactions