NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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:

  1. Is this a good way to go about this?
  2. I've started looking into creating custom Apache modules. Could someone give a high level explanation of how mod_tile is hooked into Apache and knows to specifically handle only tile requests?

Thank you.

asked 05 Jun '18, 19:46

coderunner's gravatar image

coderunner
416610
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×105
×80
×20
×10

question asked: 05 Jun '18, 19:46

question was seen: 932 times

last updated: 05 Jun '18, 19:46

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum