Skip to content

Commit

Permalink
post rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iakat committed Oct 14, 2023
1 parent 537480d commit cefaeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ function createBaseLayers() {
if (enableDWD) {
const bottomLeft = ol.proj.fromLonLat([1.9, 46.2]);
const topRight = ol.proj.fromLonLat([16.0, 55.0]);
const extent = [bottomLeft[0], bottomLeft[1], topRight[0], topRight[1]];
const dwdExtent = [bottomLeft[0], bottomLeft[1], topRight[0], topRight[1]];

let dwdSource = new ol.source.TileWMS({
url: 'https://maps.dwd.de/geoserver/wms',
Expand Down

0 comments on commit cefaeb2

Please sign in to comment.