I have an OSM tile server running on Ubuntu 16.04 LTS by going through the guide on the OSM website. I'm now trying to handle custom requests and use render_list to pre-render some tiles and send a single .mbtile file when the rendering is finished. My plan right now is to make a custom Apache module to handle these requests after installing mod_tile/renderd on the same Apache server. I had two questions if anyone can help:
Thank you. asked 05 Jun '18, 19:46 coderunner |