forked from MapComplete/MapComplete
Fix WMS layers of the layer editor index
This commit is contained in:
parent
3d4c6f2207
commit
6509358f84
9 changed files with 79 additions and 341795 deletions
8
test.ts
8
test.ts
|
@ -1,5 +1,5 @@
|
|||
import AvailableBaseLayers from "./Logic/AvailableBaseLayers";
|
||||
import {Basemap} from "./Logic/Leaflet/Basemap";
|
||||
|
||||
|
||||
const layers = AvailableBaseLayers.AvailableLayersAt(51.2,3.2);
|
||||
console.log(layers);
|
||||
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)
|
Loading…
Add table
Add a link
Reference in a new issue