Re: [Qgis-developer] Easy postgres setup and OSM pre-processing for QGIS [v.0.2]

2011-03-13 Thread Mayeul Kauffmann
Hi, I've just released version 0.2 of osm2postgresql. The result is now easier to use with QGIS, thanks to a class field in each table (polygons, ways, nodes_with_tags) on which you can build your symbology. Other features: # Fixes small streams, canals... on riverbanks (nicer rendering with

[Qgis-developer] Easy postgres setup and OSM pre-processing for QGIS

2011-03-06 Thread Mayeul Kauffmann
Hi, To help the use of OSM data in QGIS: I created a bash script to automate the installation and configuration of postgresql, to create a database (with postgis and hstore), to download and run osmosis, load the data into postgres and process them for displaying them on QGIS. The first steps