From ac5089dea216ce363cba083c053fda8386e87435 Mon Sep 17 00:00:00 2001 From: Manuel Roth Date: Mon, 23 May 2016 16:11:04 +0200 Subject: [PATCH] Fix gl-light command and update link in create own vector tiles tutorial --- docs/getting-started.md | 2 +- docs/own-vector-tiles.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3e3485e..55d6a87 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -28,7 +28,7 @@ curl -o zurich.mbtiles https://osm2vectortiles-downloads.os.zhdk.cloud.switch.ch Start the tileserver in the same directory. ```bash -tileserver-gl-light +tileserver-gl-light zurich.mbtiles ``` ## Display a map in your browser diff --git a/docs/own-vector-tiles.md b/docs/own-vector-tiles.md index 3ea8394..b595ea5 100644 --- a/docs/own-vector-tiles.md +++ b/docs/own-vector-tiles.md @@ -76,7 +76,7 @@ Optional: Merge lower zoom levels (z0 to z5) into extract (prerequisite: sqlite3 Download lower zoom level extract. ```bash -wget -P ./export/ https://osm2vectortiles-downloads.os.zhdk.cloud.switch.ch/v1.0/extracts/world_z0-z5.mbtiles +wget -P ./export/ https://osm2vectortiles-downloads.os.zhdk.cloud.switch.ch/v2.0/planet_z0-z5.mbtiles ``` Download the `patch.sh` script from [the Mapbox mbutil project](https://github.com/mapbox/mbutil){:target="_blank"}. @@ -89,7 +89,7 @@ chmod +x patch Merge lower zoom levels into extract. ```bash -./patch "./export/world_z0-z5.mbtiles" "./export/zurich.mbtiles" +./patch "./export/planet_z0-z5.mbtiles" "./export/zurich.mbtiles" ``` Serve the tiles as raster tiles from `export` directory.