systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.42k stars 228 forks source link

C++ tileserver #631

Closed systemed closed 7 months ago

systemed commented 7 months ago

This is #301 brought up-to-date and with a couple of extra command-line options. It should help alleviate the pain-point people have if they don't already have Ruby up and running on their system.

pnorman commented 7 months ago

Another option is Martin (including via docker), so we'd be looking at users who don't have ruby running or docker running.

systemed commented 7 months ago

Indeed, and there are PHP equivalents and so on. The purpose of this is a “don’t make me think” way of quickly testing out your tilemaker-produced vector tiles, without having to identify and install an additional solution. For production I am sure people will continue to use one of the more fully featured servers available.

systemed commented 7 months ago

Thanks again @bdon and sorry it's taken so long to merge this!

bdon commented 7 months ago

Thanks for the update! Good to have more serving options... :P