yes i'm agree, but it is not the problem because i can see a new column, but the problem, it's that this column is empty, by example if my sql request is :
select * from planet_osm_point where wifi is not null LIMIT 10; i get 0 rows .......... and that thing is interesting : gis=# select * from planet_osm_point where wifi is not null LIMIT 10; osm_id | access | addr:flats | addr:housenumber | addr:interpolation | admin_level | aerialway | aeroway | amenity | area | barrier | bicycle | bridge | boundary | building | capital | construction | cutting | disused | ele | embankment | foot | highway | historic | horse | junction | landuse | layer | learning | leisure | lock | man_made | military | motorcar | name | natural | oneway | operator | poi | power | power_source | place | railway | ref | religion | residence | route | service | shop | sport | tourism | tunnel | waterway | width | wood | z_order | *wifi* | way --------+--------+------------+------------------+--------------------+-------------+-----------+---------+---------+------+---------+---------+--------+----------+----------+---------+--------------+---------+---------+-----+------------+------+---------+----------+-------+----------+---------+-------+----------+---------+------+----------+----------+----------+------+---------+--------+----------+-----+-------+--------------+-------+---------+-----+----------+-----------+-------+---------+------+-------+---------+--------+----------+-------+------+---------+------+----- (0 rows) so from this point i don't know why the script doesn't fill correctly my database :'( On Fri, Jan 15, 2010 at 4:45 PM, Ævar Arnfjörð Bjarmason <[email protected]>wrote: > Is your osm2pgsql definitely reading the right style file? You can > specify a path to a style file with the -S switch (see --help). > -- Musset Michael Embedded Systems Future Engineer http://www.linkedin.com/in/micka
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

