From 7a60df370e9df077c6166238787905122b3c4435 Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 10 Apr 2018 14:20:13 +0100 Subject: [PATCH] Changed url to be local (although not used) --- test/example-style.json | 4 ++-- test/geojson-server.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/example-style.json b/test/example-style.json index adf11e4..f2ec9da 100644 --- a/test/example-style.json +++ b/test/example-style.json @@ -6,7 +6,7 @@ "maputnik:renderer": "mbgljs" }, "sources": {}, - "glyphs": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", - "sprites": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", + "glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf", + "sprites": "https://example.local/fonts/{fontstack}/{range}.pbf", "layers": [] } diff --git a/test/geojson-server.js b/test/geojson-server.js index cac65e1..56f1ba7 100644 --- a/test/geojson-server.js +++ b/test/geojson-server.js @@ -23,8 +23,8 @@ function buildStyle(opts) { "maputnik:renderer": "mbgljs" }, "sources": opts.sources, - "glyphs": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", - "sprites": "https://demo.tileserver.org/fonts/{fontstack}/{range}.pbf", + "glyphs": "https://example.local/fonts/{fontstack}/{range}.pbf", + "sprites": "https://example.local/fonts/{fontstack}/{range}.pbf", "layers": [] } }