-
I noticed some odd behavior with the default You can reproduce the error by modifying the mosaic JSON in this example to use http urls ( For example, this errors: I see the same error running a local 0.15.6 titiler, but don't see any logs beyond 424 (Failed Dependency) Curiously if I use the mosaic.json from a local path it works! #644 could be related in terms of some difference in how credentials are assumed in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From what I can see, the
I think the issue comes from the gist url that gets redirected somehow! I just tried with
|
Beta Was this translation helpful? Give feedback.
huh, good catch! So the 'raw' button link in either github gist or repository results in the path with a direct that doesn't work. Instead use the final redirected link:
For example:
https://github.com/developmentseed/mosaicjson-spec/blob/main/0.0.2/example/dg_post_idai.json
DONT USE: https://github.com/developmentseed/mosaicjson-spec/raw/main/0.0.2/example/dg_post_idai.json
USE:
https://raw.githubusercontent.com/developmentseed/mosaicjson-spec/main/0.0.2/example/dg_post_idai.json
(https://titiler.xyz/mosaicjson/map?url=https://raw.githubusercontent.com/developmentseed/mosaicjson-spec/main/0.0.2/example/dg_post_idai.json)