Re: [gdal-dev] how to use osm files

2010-03-19 Thread Frederik Ramm
Hi, Christoph Dohmen wrote: I trying to find out a way to deal with osm files using ogr. Am I right that there is no direct support? What format would you like to convert OSM into? There are ready converted shape files out in the web to download but there is only one describing attribute set

Re: [gdal-dev] how to use osm files

2010-03-19 Thread Ralf Suhr
Hi Christoph, use osm2pgsql and create your own custom shapefiles. All attributes from osm can be used by editing the default.style from osm2pgsql. Gr Ralf Am Freitag 19 März 2010 15:13:29 schrieb Christoph Dohmen: > Hi list, > > I trying to find out a way to deal with osm files using ogr. >

[gdal-dev] how to use osm files

2010-03-19 Thread Christoph Dohmen
Hi list, I trying to find out a way to deal with osm files using ogr. Am I right that there is no direct support? There are ready converted shape files out in the web to download but there is only one describing attribute set. So this is also not really usable :-( Last try was using the osm2shp ut