diff --git a/docs/generate/custom-vector-from-postgis.md b/docs/generate/custom-vector-from-postgis.md index ea103d0..76ed9c1 100644 --- a/docs/generate/custom-vector-from-postgis.md +++ b/docs/generate/custom-vector-from-postgis.md @@ -153,7 +153,7 @@ docker-compose -f docker-compose.yml -f ./data/docker-compose-config.yml run -- Your MBTiles file is now in `data/tiles.mbtiles`. You can preview it using [TileServer-GL](/docs/host/tileserver-gl/): ```bash -docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl data/tiles.mbtiles +docker run -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl data/tiles.mbtiles ``` Data preview with TileServer-GL diff --git a/docs/generate/custom-vector-from-shapefile-geojson.md b/docs/generate/custom-vector-from-shapefile-geojson.md index 6d91816..0f6dcb5 100644 --- a/docs/generate/custom-vector-from-shapefile-geojson.md +++ b/docs/generate/custom-vector-from-shapefile-geojson.md @@ -27,7 +27,7 @@ It will convert your data into MBTiles for zoom levels 0 to 14. Tippecanoe enabl You can visually check the generated MBTiles file using [TileServer-GL](/docs/host/tileserver-gl/): ```bash -docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl your_data.mbtiles +docker run -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl your_data.mbtiles ``` Data preview with TileServer-GL: diff --git a/docs/index.html b/docs/index.html index 8d51f64..86d9b98 100644 --- a/docs/index.html +++ b/docs/index.html @@ -73,7 +73,7 @@

More articles

Docker with TileServer GL

If you need Docker microservice and advanced configuration, you can use the rendering core of our server directly. To install a tileserver serving both vector and raster tiles, we recommend using the official Docker image tileserver-gl. By launching the Docker with the command below, you mount the active directory with the previously downloaded MBTiles file with vector tiles and run the tile server at a local port 8080. -
docker run -it -v $(pwd):/data -p 8080:80 klokantech/tileserver-gl
+
docker run -it -v $(pwd):/data -p 8080:80 maptiler/tileserver-gl

Read the Tileserver GL tutorial for more in-depth information.

@@ -93,7 +93,7 @@

2. Run a TileServer

- Using tileserver-gl gl you can immediately serve vector tiles including a web viewer and sample styles.
+ Using tileserver-gl you can immediately serve vector tiles including a web viewer and sample styles.
The light version tileserver-gl-light can be easily installed using npm.

npm install -g tileserver-gl-light