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
I want to use this awesome tool to label a lot of TIFs that I have in a Google Storage bucket. I have deployed a TiTiler instance that is authenticated to serve TIFs from the bucket. However, I can only serve a single TIF with TiTiler by passing it a URL of the image (like setting url=gs://my-bucket/path/to/the/image.tif in the manual request to TiTiler). I think I need to create a MosaicJSON or TileJSON for my images, which I can do, but I am not sure how to add that to this tool. In the GeoTiff example docs there is an example using a Tile layer, but I couldn't get that to work, is there a way of adding multiple images using a MosaicJSON or TileJSON endpoint of TiTiler? FWIW, I can view the images using the /cog/map endpoint of TiTiler.
Using http://localhost:8000/mosaicjson/{z}/{x}/{y}.jpg?tileMatrixSetId=WebMercatorQuad&tile_scale=1&url=gs://<MY-BUCKET>/mosaic.json should work but it doesn't.
The text was updated successfully, but these errors were encountered:
Greetings,
I want to use this awesome tool to label a lot of TIFs that I have in a Google Storage bucket. I have deployed a TiTiler instance that is authenticated to serve TIFs from the bucket. However, I can only serve a single TIF with TiTiler by passing it a URL of the image (like setting url=
gs://my-bucket/path/to/the/image.tif
in the manual request to TiTiler). I think I need to create a MosaicJSON or TileJSON for my images, which I can do, but I am not sure how to add that to this tool. In the GeoTiff example docs there is an example using aTile layer
, but I couldn't get that to work, is there a way of adding multiple images using a MosaicJSON or TileJSON endpoint of TiTiler? FWIW, I can view the images using the/cog/map
endpoint of TiTiler.Using
http://localhost:8000/mosaicjson/{z}/{x}/{y}.jpg?tileMatrixSetId=WebMercatorQuad&tile_scale=1&url=gs://<MY-BUCKET>/mosaic.json
should work but it doesn't.The text was updated successfully, but these errors were encountered: