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

I would like to add an image overlay to OpenStreetMap. Initial image is of 760*760 pixels and it is referred in Lambert Conic Conformal coordinates with a center grid point in 40N, 3W. The isometric latitudes of lambert projection are in 33.5N and 46.5N. To be well overlayed, it is necessary to convert Lambert projection to WGS84 and then to Mercator EPSG:900013, right? Do you know a tool or any easy way to do it?

Thank you very much

This question is marked "community wiki".

asked 15 Oct '12, 08:34

jmsole's gravatar image

jmsole
1111
accept rate: 0%


You can reproject raster images with the "gdalwarp" command line utility from the GDAL suite of programs (many Linux distributions have that as "gdal-bin" package). You could also use control points instead of mathematics and bring the image into shape with the MapWarper web site (http://mapwarper.net/).

permanent link

answered 15 Oct '12, 08:58

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

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:

×60
×42
×1

question asked: 15 Oct '12, 08:34

question was seen: 4,138 times

last updated: 15 Oct '12, 08:58

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