On Fri, 2009-01-02 at 14:44 +0100, Helena Ludwig wrote:
> Hi,
> I am using PostGIS with some OSM testdata inside. I used the osm2pgsql
> converter but I noticed that nodes with tag 'shop' and
> 'historic' (osm_points) are not added to SQL. Is there a possibility
> to add these tags to the database? Or what can I do to create a column
> in the osm_point table with these keys?
> Thanks,
> Lenu 

Add the following lines into the default.style file:

node   shop        text         linear
node   historic    text         linear

Then re-run osm2pgsql to import the data it should create these new
columns and fill in the appropriate values.

        Jon



_______________________________________________
dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/dev

Reply via email to