registrounicodevivienda / osm2shp

Automatically exported from code.google.com/p/osm2shp
0 stars 0 forks source link

Options dialog #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
perfect aproach! Is someone working on this one ?

Original comment by agelospa...@gmail.com on 27 Oct 2011 at 9:59