From 6406dbb6b3cce89d7ba3080dfe23367b05353e87 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 30 Jan 2024 23:10:37 +0100 Subject: Fix VectorTile URL. --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 1827b39..e1c2db9 100644 --- a/main.js +++ b/main.js @@ -1482,7 +1482,7 @@ const layerHierarchy = [ ]; const vectorSource = new VectorTile({ - url: '/public/xyztiles/{z}/{x}/{y}.pbf', + url: '/tiles/{z}/{x}/{y}.pbf', format: new MVT(), projection: projection, wrapX: false, -- cgit v1.2.3