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

Commit 83676d3

Browse files
Use preferred tile.openstreetmap.org URL
1 parent 587b6cc commit 83676d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web/map_style/style.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"raster-tiles": {
1010
"type": "raster",
1111
"tiles": [
12-
"https://a.tile.openstreetmap.org/{z}/{x}/{y}.png",
13-
"https://b.tile.openstreetmap.org/{z}/{x}/{y}.png",
14-
"https://c.tile.openstreetmap.org/{z}/{x}/{y}.png"
12+
"https://tile.openstreetmap.org/{z}/{x}/{y}.png"
1513
],
1614
"tileSize": 256,
1715
"maxzoom": 19,

0 commit comments

Comments
 (0)