Skip to content

Commit

Permalink
update to
Browse files Browse the repository at this point in the history
Remove a.tile.openstreetmap.org url which has been deprecated. see openstreetmap/operations#737
  • Loading branch information
acalcutt committed Aug 31, 2023
1 parent d5cb922 commit 48987ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrain-tiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Contains terrain tiles in the N047E011 region. These tiles are made to be used w
sources: {
osm: {
type: 'raster',
tiles: ['https://a.tile.openstreetmap.org/{z}/{x}/{y}.png'],
tiles: ['https://tile.openstreetmap.org/{z}/{x}/{y}.png'],
tileSize: 256,
attribution: '© OpenStreetMap Contributors',
maxzoom: 19
Expand Down

0 comments on commit 48987ca

Please sign in to comment.