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.
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
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 [...].
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