World Wind Forums

Go Back   World Wind Forums > WorldWind JAVA forums > Development Help

Development Help Help for building applications or diagnosing problems with WWJ

Reply
 
Thread Tools Display Modes
Old 11-09-2010, 01:52 PM   #1
EstebanWW
Junior Member
 
Join Date: Sep 2010
Posts: 2
EstebanWW is on a distinguished road
Default Shape file question

Need some help on using the Shape file class, here is my question. How will I go about making my program load previous sessions shape file that I had imported? So it would start up every time with the application rather than importing it again. Thanks for any help again.
EstebanWW is offline   Reply With Quote
Old 11-09-2010, 02:04 PM   #2
heidtmare
Senior Member
 
heidtmare's Avatar
 
Join Date: Feb 2008
Location: Melbourne, FL, USA
Posts: 675
heidtmare is on a distinguished road
Default

you can just setup a layer that loads the shapefile by default
and then add it to your custom worldwind.layers.xml
or add it to the model programmatically on launch.
__________________