Open fabiopacheco18 opened 3 years ago
add with npm i leaflet.wms
npm i leaflet.wms
use this in your component.ts import * as LWMS from 'leaflet.wms';
import * as LWMS from 'leaflet.wms';
load and add layer with
LWMS.overlay(wmsMapUrl, { layers: '', version: '', }).addTo(this.leafletMap);
If you find another method, let me know :)
add with
npm i leaflet.wms
use this in your component.ts
import * as LWMS from 'leaflet.wms';
load and add layer with
If you find another method, let me know :)