ember-leaflet
ember-leaflet copied to clipboard
Adding custom options to Wms-Tile?
Hi
We used to pass a custom token to the WMS server through the options parameter in version 4.1. Now we are trying to upgrade our packages, and it seems this is no longer possible in EmberLeaflet v. 5.1? We used to have:
{{layers.wms-tile url=ortoMapUrl options=ortoLayerOptions}}
. but now it seems each parameter needs to be send separately. And custom options are not send to the WMS server, but ignored.