Skip to content

Commit

Permalink
Merge pull request #1289 from Firefishy/patch-1
Browse files Browse the repository at this point in the history
[build] Update get_tiles.py to use recommend OSM tile URL
  • Loading branch information
manthey authored Sep 11, 2023
2 parents 4503bf9 + 5770675 commit e07e06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_tiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
if len(parts) < 2:
continue
tile = parts[1].strip("'").strip()
url = 'http://a.tile.openstreetmap.org' + tile
url = 'https://tile.openstreetmap.org' + tile
# url = 'https://stamen-tiles-a.a.ssl.fastly.net/toner-lite ' + tile
path = 'dist/data/tiles' + tile
try:
Expand Down

0 comments on commit e07e06b

Please sign in to comment.