From 351cea771fa689eaee1f571cf4a34fdc30a3f6c1 Mon Sep 17 00:00:00 2001 From: pathmapper Date: Tue, 11 Sep 2018 12:08:30 +0200 Subject: [PATCH] Update vector source URL To prefent confusion - "free" is working, but "maps" is what Maptiler Cloud shows as URL in the dataset settings. --- style.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.json b/style.json index e6475f8..e0b966f 100644 --- a/style.json +++ b/style.json @@ -16,7 +16,7 @@ }, "openmaptiles": { "type": "vector", - "url": "https://free.tilehosting.com/data/v3.json?key={key}" + "url": "https://maps.tilehosting.com/data/v3.json?key={key}" } }, "sprite": "https://rawgit.com/maputnik/osm-liberty/gh-pages/sprites/osm-liberty",