This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new 4276192 Improve documentation
4276192 is described below
commit 4276192ab3011af9ae190851c7016b719f7ee4ae
Author: Bertil Chapuis <[email protected]>
AuthorDate: Sat Apr 8 18:28:23 2023 +0200
Improve documentation
---
pages/documentation/examples/_meta.json | 2 +-
pages/documentation/examples/_serving-vector-tiles.txt | 2 +-
.../{serve-vector-tiles.mdx => serve-and-export-vector-tiles.mdx} | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/documentation/examples/_meta.json
b/pages/documentation/examples/_meta.json
index e511a41..d313028 100644
--- a/pages/documentation/examples/_meta.json
+++ b/pages/documentation/examples/_meta.json
@@ -1,8 +1,8 @@
{
"import-osm-into-postgis": "Import OpenStreetMap into PostGIS",
"import-naturalearth-into-postgis": "Import Natural Earth data into
PostGIS",
+ "serve-and-export-vector-tiles": "Serve and Export Vector Tiles from
PostGIS",
"import-contour-into-postgis": "Contour Lines in Vector Tiles",
- "serve-vector-tiles": "Serve Vector Tiles from PostGIS",
"extrusion": "Extrusion of vector tiles from OSM data",
"ip-to-location": "Create an IP to location web service",
"geocoding": "Create a geocoding web service"
diff --git a/pages/documentation/examples/_serving-vector-tiles.txt
b/pages/documentation/examples/_serving-vector-tiles.txt
index f607174..07d9993 100644
--- a/pages/documentation/examples/_serving-vector-tiles.txt
+++ b/pages/documentation/examples/_serving-vector-tiles.txt
@@ -1,4 +1,4 @@
-# Serving Vector Tiles
+# Serve and Export Vector Tiles
In this tutorial, we’ll learn how to serve precomputed vector tiles using
Python and Nginx.
diff --git a/pages/documentation/examples/serve-vector-tiles.mdx
b/pages/documentation/examples/serve-and-export-vector-tiles.mdx
similarity index 98%
rename from pages/documentation/examples/serve-vector-tiles.mdx
rename to pages/documentation/examples/serve-and-export-vector-tiles.mdx
index 145617c..a91c4e4 100644
--- a/pages/documentation/examples/serve-vector-tiles.mdx
+++ b/pages/documentation/examples/serve-and-export-vector-tiles.mdx
@@ -4,7 +4,7 @@ title: Serve Vector Tiles from PostGIS
permalink: /examples//serve-vector-tiles/
---
-# Serve Vector Tiles from PostGIS
+# Serve and Export Vector Tiles from PostGIS
In this tutorial, we'll learn how to create vector tiles from the data
imported into PostGIS.