mick <bareman@...> writes:

> 
> On Sun, 04 Mar 2012 05:53:25 +0100
> "cavallini@..."
> <cavallini@...> wrote:
> 
> > http://wiki.openstreetmap.org/wiki/Osm2pgsql ? 
> 
> osm2pgsql relies on the user already know which keys to keep and which to
dump, I can get partial success. I'm
> using it currently but I'm wanting to fine tune the procedure.
> 

The easiest alternative for my mind is to use osm2pgsql with the hstore option
(-k). It will import all the keys and values into PostGIS. Then you can do the
rest with SQL http://www.postgresql.org/docs/current/interactive/hstore.html
Drawback is that you will get more data than necessary with the initial import.

-Jukka Rahkonen-


_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to