<p>Hi,</p><p>I tested this with Vaadin14. It works fine.</p><p>How do I use

Hi,

I tested this with Vaadin14. It works fine.

How do I use WMS (Web Map Service)

Sample JavaScript

 L.tileLayer.wms(url, {   layers: 'AA:AAB',   format: 'image/png',   transparent: true,   minZoom: mapConfig.MIN_ZOOM_LEVEL, maxZoom: mapConfig.MAX_ZOOM_LEVEL,  SRS: mapConfig.SRS, }).addTo(map);

Please let me know if this is possible