Skip to content

Commit

Permalink
basemap.at base url update to mapsneu
Browse files Browse the repository at this point in the history
  • Loading branch information
mdiener21 committed Nov 20, 2024
1 parent 45e8e9c commit 5f73388
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions util/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ const createWmtsLayer = function (layerSrcName, type, isVisible, sourceName) {
'{Layer}/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}' +
type;
const urlsbmappng = [
'https://maps1.wien.gv.at/basemap/' + templatepng,
'https://maps2.wien.gv.at/basemap/' + templatepng,
'https://maps3.wien.gv.at/basemap/' + templatepng,
'https://maps4.wien.gv.at/basemap/' + templatepng
'https://mapsneu.wien.gv.at/basemap/' + templatepng,
'https://mapsneu.wien.gv.at/basemap/' + templatepng,
'https://mapsneu.wien.gv.at/basemap/' + templatepng,
'https://mapsneu.wien.gv.at/basemap/' + templatepng
];
const tilegrid = new TileGrid({
origin: [-20037508.3428, 20037508.3428],
Expand Down

0 comments on commit 5f73388

Please sign in to comment.