From 01020cb22cf34f242a5c7d73cd73b58e2313ecbd Mon Sep 17 00:00:00 2001 From: Alexander Steiner Date: Tue, 4 Aug 2026 07:14:42 +0000 Subject: [PATCH 1/2] CHORE: Change vector tiles specs reference to MapLibre Following a comment by Karsten Pippig (swisstopo): > The Mapbox Vector Tile Specification describes the format of vector tiles. The styles, however, are provided in accordance with the MapLibre Style Specification (formerly the Mapbox Style Specification). We should therefore refer to the relevant specification when discussing the styles: https://maplibre.org/maplibre-style-spec/ --- visualize-data/vector-tiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualize-data/vector-tiles.md b/visualize-data/vector-tiles.md index 7de7854..9171fea 100644 --- a/visualize-data/vector-tiles.md +++ b/visualize-data/vector-tiles.md @@ -1,6 +1,6 @@ # Vector Tiles -This service delivers vector map tiles and styles through a RESTful API, implementing the [Mapbox Vector Tiles specification](https://www.mapbox.com/vector-tiles). +This service delivers vector map tiles and styles through a RESTful API, implementing the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/). ::: tip [The corresponding page on geo.admin.ch](https://www.geo.admin.ch/en/vector-tiles-service-available-services-and-data) lists the available datasets and styles. From d1c1fb575589fb78047e8c0345eb0d22cb664c18 Mon Sep 17 00:00:00 2001 From: Alexander Steiner Date: Wed, 5 Aug 2026 08:46:47 +0000 Subject: [PATCH 2/2] CHORE: Clarify vector tiles and styles specifications As proposed by @toebR. --- visualize-data/vector-tiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualize-data/vector-tiles.md b/visualize-data/vector-tiles.md index 9171fea..32ffc64 100644 --- a/visualize-data/vector-tiles.md +++ b/visualize-data/vector-tiles.md @@ -1,6 +1,6 @@ # Vector Tiles -This service delivers vector map tiles and styles through a RESTful API, implementing the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/). +This service delivers vector map tiles and styles through a RESTful API. The vector tiles are provided according to the [Mapbox Vector Tile Specification](https://mapbox.github.io/vector-tile-spec/) while the map styles implement the [MapLibre Style Specification](https://maplibre.org/maplibre-style-spec/), ensuring compatibility with MapLibre-based clients and other applications supporting the specification. ::: tip [The corresponding page on geo.admin.ch](https://www.geo.admin.ch/en/vector-tiles-service-available-services-and-data) lists the available datasets and styles.