Skip to content

Commit

Permalink
Update provider url for BasemapAT to new url scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
muehlburger authored Aug 24, 2023
1 parent 7b8e69d commit 87fa076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leaflet-providers.js
Original file line number Diff line number Diff line change
Expand Up @@ -839,11 +839,10 @@
}
},
BasemapAT: {
url: 'https://maps{s}.wien.gv.at/basemap/{variant}/{type}/google3857/{z}/{y}/{x}.{format}',
url: 'https://mapsneu.wien.gv.at/basemap/{variant}/{type}/google3857/{z}/{y}/{x}.{format}',
options: {
maxZoom: 19,
attribution: 'Datenquelle: <a href="https://www.basemap.at">basemap.at</a>',
subdomains: ['', '1', '2', '3', '4'],
type: 'normal',
format: 'png',
bounds: [[46.358770, 8.782379], [49.037872, 17.189532]],
Expand Down

0 comments on commit 87fa076

Please sign in to comment.