Skip to content
This repository has been archived by the owner on Apr 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #76 from danieldegroot2/tile-url
Browse files Browse the repository at this point in the history
Use preferred tile.openstreetmap.org URL
  • Loading branch information
starsep authored Oct 18, 2023
2 parents 587b6cc + 83676d3 commit 6aed393
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/map_style/style.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
"raster-tiles": {
"type": "raster",
"tiles": [
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
"https://tile.openstreetmap.org/{z}/{x}/{y}.png"
],
"tileSize": 256,
"maxzoom": 19,
Expand Down

0 comments on commit 6aed393

Please sign in to comment.