Hacker News new | ask | show | jobs
by mosselman 680 days ago
So I assume if I run this I can aim something like leaflet at it for the map tiles?

Any information you have on how production-ready this is would be nice. Things such as performance, stability, max expected clients with a small vps or something.

1 comments

Some things you may want to consider when hosting map tiles in production:

- load balancing and caching. Some tiles are much more popular than others.

- how will you update the tiles (sync from OSM).

- if required, how will you manage customizations (and merges with OSM).