From 924a840f847cc14c025497150d3b70e14761e8d9 Mon Sep 17 00:00:00 2001 From: Yoel Ridgway-Lopez Date: Mon, 10 Feb 2025 18:23:24 +0100 Subject: [PATCH] added fetch example to docs --- docs/config.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index cb84e46..267fef9 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -57,6 +57,9 @@ Example: "tilejson": { "format": "webp" } + }, + "remote": { + "style": "https://demotiles.maplibre.org/style.json" } }, "data": { @@ -209,7 +212,7 @@ Not used by default. Each item in this object defines one style (map). It can have the following options: -* ``style`` -- name of the style json file [required] +* ``style`` -- name of the style json file or url of a remote hosted style [required] * ``serve_rendered`` -- whether to render the raster tiles for this style or not * ``serve_data`` -- whether to allow access to the original tiles, sprites and required glyphs * ``tilejson`` -- properties to add to the TileJSON created for the raster data