Pablo Rozas Larraondo
Pablo Rozas Larraondo
Thanks for the hack to extend the loading functionality to other callbacks @chriddyp I agree that having a proper way of doing this would be a great addition to the...
Hey @jajberni, could you add an example of what the headers would look like in your use case even if with a mocked token? The reason is we are working...
In our case, we use the generic ImageOverlay to display all images or rasters on maps. The approach is to set up an external server that serves PNGs and can...
Hi @emilhe, I wonder how much effort or difficult would be to add this feature to the library. Being able to display vector tiles would be quite useful for working...
Just wanted to say that accessing secured layers through WMSTileLayer would be something very useful for me too. In my case a token passed through the GET headers request similar...
Thanks @emilhe, in our case, this is an example showing how it could work in dash-leaflet: ``` headers = { 'x-api-key': '00000000000000000' } dl.WMSTileLayer(id="wms-class", url="https://api.terrak.io/wms", layers="", params={"expression": "MSWX.air_temperature@(year=2021, month=3)", "vmin":...
Just wondering if there are any updates about this issue. It might be more complicated than expected?