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

OSM Tile Server the ECW format of map How can I upload?

-1

I recently received a strange map. The Map File format is "ECW".

I would like to upload them to the "OSM tiles Server" Do you have a solution?

asked 08 May '13, 07:48

sgGold's gravatar image

sgGold
15222
accept rate: 0%

edited 09 May '13, 06:55

I like the map of osm.bz2 below to upload. -> Osm2pgsql ireland.osm.bz2

(08 May '13, 08:03) sgGold

Could you perhaps explain in a little more detail what you're trying to do?

Try asking in your first language if that's not English - I am sure that someone will be able to understand it.

(08 May '13, 09:15) SomeoneElse ♦

First, the ECW format of the map that I received. ECW file format used in special cases, such as the military leadership, we know.

Second, I "Ubuntu OSM Tile Server" is installed. I want to know that. I can upload the map file format "ECW" to the "Ubuntu OSM Tile Server"

Thanks

(09 May '13, 06:54) sgGold

One Answer:

1

.ecw is a fairly common imagery format by ERDAS. It is proprietary, but there is a free SDK that works with gdal. http://www.gdal.org/frmt_ecw.html has more information on making those work together.

You can use a variety of software to server OSM/Google numbered tiles. Mapproxy, mapserver, tilecache, and tilestache should all work, but how to set those up isn't really an OSM question and you'd be better off with their respective support channels.

answered 11 May '13, 02:56

pnorman's gravatar image

pnorman
2.4k52140
accept rate: 18%

Source code available on GitHub .