We need to have a dialog where to define the fields in the dbf file. Also e
need to have the possibility to add rules that will set different fields
using data from the osm file.
For example let's assume we have defined an integer field 'type' and to set
the values of that field we can define some rules like that:
if tag='highway' and key='motorway' then type=1
if tag='highway' and key='trunk' then type=2
and so on.
We should also define a default value for every field, that will be set if
we can't find a rule to set a value.
Original issue reported on code.google.com by cipriant...@gmail.com on 22 Mar 2008 at 4:48
Original issue reported on code.google.com by
cipriant...@gmail.com
on 22 Mar 2008 at 4:48