#  Macro exports in grass format from LTPlus to GRASS.
#  V.support is run in Grass to generate GRASS binary files.
#  LTPlus must be started from within GRASS fot ltp2grass to run!!!

wait LTPlus must be started from within GRASS for ltp2grass to run!!!

export  grass  $map_name 0

execute -s  v.in.ascii in=$map_name out=$map_name

execute -s v.support $map_name > /dev/null

