Skip to content

Rasterizing vector tiles on the server #1229

Answered by nyurik
dwoznicki asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dwoznicki , the server-side rasterization is a fairly well explored problem without a "perfect" solution :).

  • (current) tileserver-gl already does that using various tricks, and is relatively successful. In my experience it keeps leaking memory and eventually crashes, so I run it using multiple docker self-restarting pods in kubernetes.
  • (antiquated) Mapnik has traditionally been used by OSM servers for this, but it does not support any new features, so I would advise against it
  • (future) mbtileserver-rs has recently joined MapLibre, and I hope we will integrate it with either maplibre-native or maplibre-rs in the future to support this usecase.

Replies: 2 comments 9 replies

Comment options

You must be logged in to vote
5 replies
@dwoznicki
Comment options

@acalcutt
Comment options

@dwoznicki
Comment options

@acalcutt
Comment options

@acalcutt
Comment options

Comment options

You must be logged in to vote
4 replies
@acalcutt
Comment options

@nyurik
Comment options

@dwoznicki
Comment options

@nyurik
Comment options

Answer selected by dwoznicki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants