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

I wish to make a local copy of 256x256 tiles for my country at all zoom levels. This is for use with a Rohde & Schwarz PR100 receiver. There is freely available software from Rohde & Schwarz which downloads the tiles from OSM and places them in separate folders depending on zoom level - http://www2.rohde-schwarz.com/en/products/radiomonitoring/receivers/PR100-|-Software-|-24-|-5286.html.

However I want to be able to generate these tiles myself locally as using data from a .osm.bz2 file as using the above software is time consuming and is obviously a strain on the OSMs servers.

What is the most straight forward way of achieving this? I have PostgreSQL with PostGIS and HOTOSM with Mapnik installed.

asked 06 Sep '11, 09:04

hurleytom's gravatar image

hurleytom
31112
accept rate: 0%

1

Just as a brief comment: thank you for being considerate to the OSM servers!

(09 Sep '11, 09:11) Richard ♦

You can use the python script generate_tiles.py which is in the mapnik distribution to batch render areas. Another (more complicated) approach is using tile-server tools like renderd or tirex. You can find more information in the osm wiki, e.g. here and here.

permanent link

answered 06 Sep '11, 11:30

dieterdreist's gravatar image

dieterdreist
3.7k113567
accept rate: 3%

edited 06 Sep '11, 11:34

One way to do this is to use Maperitive (depending on the size of the country): Maperitive Tutorial: A Hiking Web Map In Ten Easy Steps.

permanent link

answered 09 Sep '11, 08:34

Breki's gravatar image

Breki
2.0k51843
accept rate: 10%

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:

×341
×287
×1
×1
×1

question asked: 06 Sep '11, 09:04

question was seen: 19,439 times

last updated: 09 Sep '11, 09:11

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