2020-09-27 18:45:37 +02:00
|
|
|
import {Basemap} from "./Logic/Leaflet/Basemap";
|
2020-08-31 02:59:47 +02:00
|
|
|
|
2020-09-27 18:45:37 +02:00
|
|
|
const input = "https://geoservices.informatievlaanderen.be/raadpleegdiensten/OGW/wms?FORMAT=image/jpeg&VERSION=1.1.1&SERVICE=WMS&REQUEST=GetMap&LAYERS=OGWRGB13_15VL&STYLES=&SRS={proj}&WIDTH={width}&HEIGHT={height}&BBOX={bbox}";
|
|
|
|
const leafletLayer = Basemap.CreateBackgroundLayer("aiv", "AIV", input, "Attr", "http://osm.org", 22, true, false);
|
|
|
|
console.log(leafletLayer)
|