#  Exports special features into GRASS $LOCCATIO/MAPSET,
#  imports ASCII files into GRASS binary format, then
#  runs v.support.

pause 3 Map must be assembled as maptype = point line polygon
pause 3 for sp_fe2grass to produce usable results.
wait LTPlus must be started from GRASS for specfeat2grass to execute properly.
header  maptype = point line polygon
crit_clear
crit_type  0
crit_type  1
crit_exec  1  line and point data
crit_clear
crit_type  16
crit_exec  2  border
set_union  1  2  3  special features set
export  grass  $map_name  0
execute -s v.in.ascii in=$map_name out=$map_name
execute -s v.support $map_name > /dev/null
