From 26e6d56d9b74dd06aca6db08af5203c27d5e9cb5 Mon Sep 17 00:00:00 2001 From: Petr Sloup Date: Thu, 19 Jan 2017 09:24:26 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb4b96..3f8753e 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ Install `tileserver-gl` with server-side raster rendering of vector tiles with n npm install -g tileserver-gl ``` -Now download vector tiles from [OSM2VectorTiles](http://osm2vectortiles.org/downloads/). +Now download vector tiles from [OpenMapTiles](https://openmaptiles.org/downloads/). ```bash -curl -o zurich_switzerland.mbtiles https://osm2vectortiles-downloads.os.zhdk.cloud.switch.ch/v2.0/extracts/zurich_switzerland.mbtiles +curl -o zurich_switzerland.mbtiles https://openmaptiles.os.zhdk.cloud.switch.ch/v3.3/extracts/zurich_switzerland.mbtiles ``` Start `tileserver-gl` with the downloaded vector tiles.