#  Snaps all verticies to levels 85-87 & thins result by 0.05 ft.

#  reset graphics to raster only, & show entire map.
graphics 
view map 0 0

#  snap all map-type objects (set 0) to all data on levels 85-87 (templates)
level_snap  0  85  87  2.500000  0  3

#  thin all verticies to eliminate those on straight lines.
vertex_thin  0  2  0.050000  0

#  display map line (normal) & template(s) (highlighted)
graphics +n0 +h85 +h86 +h87 

#  inform the poor user, upon whom all of this has been dumped.
pause 8 Verticies have been snapped to template(s) on levels 85-87, and thinned.
wait  Manually check to ensure that all verticies have snapped properly.
