Update README.md
This commit is contained in:
parent
66e3a3da1b
commit
26e6d56d9b
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ Install `tileserver-gl` with server-side raster rendering of vector tiles with n
|
||||||
npm install -g tileserver-gl
|
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
|
```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.
|
Start `tileserver-gl` with the downloaded vector tiles.
|
||||||
|
|
Loading…
Reference in a new issue