Skip to content

Commit

Permalink
Update MosaicJSON param (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs authored Dec 1, 2024
1 parent 6dda7f3 commit 28e776d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion leafmap/stac.py
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,8 @@ def stac_tile(

if mosaic_json:
r = requests.get(
f"{titiler_endpoint}/mosaicjson/tilejson.json", params=kwargs
f"{titiler_endpoint}/mosaicjson/{TileMatrixSetId}/tilejson.json",
params=kwargs,
).json()
else:
if isinstance(titiler_endpoint, str):
Expand Down

0 comments on commit 28e776d

Please sign in to comment.