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

Hi,

I am planning to set up a map tile server and I was going through forum articles on improving tile rendering performance. Is pre-rendering tiles to a certain zoom level a prerequisite for tile rendering performance or using indexes and fine-tuning Postgres DB we can achieve the required performance expectations?

asked 09 Nov '20, 08:05

jchrisprabu's gravatar image

jchrisprabu
0223
accept rate: 0%


Rendering tiles on zoom levels <= 8 will always be very slow, and several modifications are required to the osm-carto style if you want to render these "on the fly" with acceptable performance. Generally, pre-rendering the world on z0-12 is recommended when you set up a tile server. You can get away with less but you are very unlikely to get away without pre-rendering z0-8 at least.

permanent link

answered 09 Nov '20, 08:40

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Thank you Frederik

(09 Nov '20, 08:57) jchrisprabu

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:

×1

question asked: 09 Nov '20, 08:05

question was seen: 625 times

last updated: 09 Nov '20, 08:57

Related questions

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