maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.23k stars 638 forks source link

Tileserver-GL restart the map server? #478

Open alexsheksna opened 4 years ago

alexsheksna commented 4 years ago

How to add another mbtiles file to the running server and restart the map server? There was a need to connect data to the map without restarting Ubuntu. I was looking for a method how to add data about the second mbteles files to the configuration file and restart the server

zingi commented 4 years ago

Maybe this helps:

It is possible to reload the configuration file without restarting the whole process by sending a SIGHUP signal to the node process. However, this does not currently work when running the tileserver-gl docker container [...].