Hi,<br><br>I want to add a new column in the postgis database, <br>so i added a new line in the default.style file.<br>like that :<br><br><div style="margin-left: 40px;">node       mac   text     linear<br></div><br><br>in my osm file, i have something like that :<br>
<br> <node id="606965295" version="2" timestamp="2010-01-13T15:17:46Z" uid="215490" user="pfe" changeset="3556207" lat="48.8516805" lon="2.2870064"><br>
    <tag k="mac" v="3530"/><br>  </node><br><br><br>and when i tape the command      osm2pgsql -l -d gis -H localhost -U gisuser planet.osm<br><br>it works fine, no errors, but when i'm searching a field in the row mac, i found nothing ..... is that normal ?<br>
<br><br>thanks for your help<br>