This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How does tilesAtHome (t@h) work?

3

What is that tilesAtHome (t@h) system that provides the osmarender layer on the openstreetmap.org frontpage and how does it work?

asked 07 Jul '10, 13:29

spaetz's gravatar image

spaetz
85381622
accept rate: 28%


2 Answers:

5

A central server tracks tiles (a portion of the map consisting of PNG images for the different zoom levels) that need to be rerender. Client computers running the t@h software connect to the server and ask for a tile they should render. They then connect to a TRAPI server and download the map data for that tile. Using osmarender the map data is converted to a SVG image which is then rasterized using inskcape or batik. The rendered images are packed into a tileset and uploaded to the server where they are stored until someone wants to look at the map.

answered 07 Jul '10, 16:11

petschge's gravatar image

petschge
8.3k217398
accept rate: 21%

0

answered 13 Sep '10, 22:28

HB9DTX's gravatar image

HB9DTX
15
accept rate: 0%

Source code available on GitHub .