In TileLayerWMS, can you please add option for crossOrigin?
@lufias you can pass crossOrigin option trough the options prop like this:
< TileLayerWMS :options="{crossOrigin: true}" />
Thank you.. it really never cross my mind that you can actually pass option..
Closing :)
Most helpful comment
@lufias you can pass crossOrigin option trough the
optionsprop like this:< TileLayerWMS :options="{crossOrigin: true}" />