the rules file contains :
# land reclass file cat 1 where use = 'E13' and owner = 'Jara Cimrman' cat 2 where use = 'E14'Produces a new vector area file land_u containing 'area' boundaries from land with area category values selected from database by SQL select statement: select id from tland where use = 'E13' and owner = 'Jara Cimrman' changed to category 1; values selected from database by SQL select statement: select id from tland where use = 'E14' changed to category 2.
Last changed: $Date: 2003/12/04 16:22:59 $