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

How to get tile images from tiff image

0

Hi, I am using Ruby on rails. I have already setup openstreetmap-website. But I did not understand that how can I get tiles from tiff image. So can any one please help me in that.

asked 20 Jun '14, 10:09

unnatisp's gravatar image

unnatisp
11113
accept rate: 0%

edited 20 Jun '14, 10:12

2

You might want to take a few more words to explain exactly what you're trying to do (it might be, for example, that a fork of the website isn't the best place to start for what you want).

(20 Jun '14, 10:26) SomeoneElse ♦

One Answer:

0

This is a help forum for OpenStreetMap. OpenStreetMap is a project about data, not about digital raster imagery (tif-files). Have a look at the gdal project (specifically gdal2tiles.py) to learn how to cut tiff-rasters into raster tiles.

answered 20 Jun '14, 11:11

dieterdreist's gravatar image

dieterdreist
3.7k113567
accept rate: 3%

edited 20 Jun '14, 11:12

okay.. thank you.

(20 Jun '14, 15:27) unnatisp

Source code available on GitHub .