From 57706752a0eed5dd6d97fbbdfd88880d69411a11 Mon Sep 17 00:00:00 2001 From: Grant Date: Sat, 2 Sep 2023 17:28:20 +0100 Subject: [PATCH] Update get_tiles.py to use recommend OSM tile URL See: https://github.com/openstreetmap/operations/issues/737 --- scripts/get_tiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get_tiles.py b/scripts/get_tiles.py index 1045641183..c1ef7a4f99 100644 --- a/scripts/get_tiles.py +++ b/scripts/get_tiles.py @@ -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: