From 2b5592de308817aba98c766030347226e7b340e2 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Wed, 9 Oct 2019 06:24:31 +0200 Subject: [PATCH] Update Maptiler URLs --- style.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.json b/style.json index 9613a30..3f32e2a 100644 --- a/style.json +++ b/style.json @@ -8,7 +8,7 @@ "sources": { "openmaptiles": { "type": "vector", - "url": "https://maps.tilehosting.com/data/v3.json?key={key}" + "url": "https://api.maptiler.com/tiles/v3/tiles.json?key={key}" }, "natural_earth_shaded_relief": { "maxzoom": 6, @@ -20,7 +20,7 @@ } }, "sprite": "https://maputnik.github.io/osm-liberty/sprites/osm-liberty", - "glyphs": "https://maps.tilehosting.com/fonts/{fontstack}/{range}.pbf?key={key}", + "glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key={key}", "layers": [ { "id": "background",