developmentseed / titiler

Build your own Raster dynamic map tile services
https://developmentseed.org/titiler/
MIT License
774 stars 160 forks source link

When using QueryParams other than url, there may be a WMTS XML error #936

Closed swdmike closed 3 months ago

swdmike commented 3 months ago

When I use wmts end point and if I only set param url, everything is fine. http://192.168.148.44:6009/cog/WMTSCapabilities.xml?url=mytifurl

But if I set bidx, QGIS failed to parse capabilities. http://192.168.148.44:6009/cog/WMTSCapabilities.xml?url=mytifurl&bidx=3&bidx=2&bidx=1 and the reason I guess is the problem of ResourceURL, below is the image in Edge when I request the url. 1719389091210 line 51 is ResourceURL, column 297 is ...&bidx

Does this mean & should be encoded?