developmentseed / titiler

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

Can not get wms layers from GetCapabilities #756

Closed whisper-bye closed 7 months ago

whisper-bye commented 7 months ago

http://localhost:8000/cog/wms?request=GetCapabilities python 3.11

{ "detail": "Missing WMS 'LAYERS' parameter." }

zacharyDez commented 7 months ago

Hi Len,

I'm guessing you already extended your application with the WMS extension. You need to provide the path to your COG under the layers parameters in the request. You'll also need to specify service=WMS. Feel free to provide more information about your data in the discussions!