Add crs option to /info endpoints
#1063
Replies: 2 comments 1 reply
-
|
@JinIgarashi Adding crs option to So either we make change to rio-tiler and add a new Can I ask why you need this? The bounds in the geographic crs can be found in the |
Beta Was this translation helpful? Give feedback.
-
|
@vincentsarago I am using bounds in lng/lat format in maplibre, previously info endpoint was enough to fetch all information for maplibre, but now I need to use both info and bounds endpoints. If titiler still can return lnglat bounds from info endpoint like what v0.18 did, it can be easier to integrate with map library. by the way, this |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The latest titiler now no longer returns lng lat bounds from
/infoendpoint. Instead, I have to use/boundsendpoint withcrs=EPSG:4326option to fetch lng/lat coordinates.I am not against new endpoints return original coordinates systems's bounds, but it would be better if
/infocan havecrsoption, so we can get all necessary information from them other than requesting to another bounds endpoint.Beta Was this translation helpful? Give feedback.
All reactions