Skip to content

Commit

Permalink
chore: updated basemap layers to new url (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland authored Jan 22, 2025
1 parent f58954b commit 7284321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/config/layers.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,23 +92,23 @@ export const baseLayers = Object.freeze({
// },
geolandbasemap: {
name: 'Geoland Basemap',
url: '//maps1.wien.gv.at/basemap/geolandbasemap/normal/google3857/{z}/{y}/{x}.png',
url: 'https://mapsneu.wien.gv.at/basemap/geolandbasemap/normal/google3857/{z}/{y}/{x}.png',
attribution: '{ Datenquelle: <a href="https://basemap.at" target="_blank" property="dct:title">basemap.at</a> }',
visible: false,
maxNativeZoom: 18,
protocol: 'xyz',
},
bmapgelaende: {
name: 'Geoland Basemap Gelände',
url: '//maps1.wien.gv.at/basemap/bmapgelaende/grau/google3857/{z}/{y}/{x}.jpeg',
url: 'https://mapsneu.wien.gv.at/basemap/bmapgelaende/grau/google3857/{z}/{y}/{x}.jpeg',
attribution: '{ Datenquelle: <a href="https://basemap.at" target="_blank" property="dct:title">basemap.at</a> }',
visible: false,
maxNativeZoom: 18,
protocol: 'xyz',
},
bmaporthofoto30cm: {
name: 'Geoland Basemap Orthofoto',
url: '//maps1.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{z}/{y}/{x}.jpeg',
url: 'https://mapsneu.wien.gv.at/basemap/bmaporthofoto30cm/normal/google3857/{z}/{y}/{x}.jpeg',
attribution: '{ Datenquelle: <a href="https://basemap.at" target="_blank" property="dct:title">basemap.at</a> }',
visible: false,
maxNativeZoom: 18,
Expand Down

0 comments on commit 7284321

Please sign in to comment.