Search code examples
javaworldwind

How to use World Wind Java SDK offline


I'm trying to use World Wind, it is really good and very easy to edit.

But in my condition, the application is needed to be run offline.

So we can run the WorlWind offline ?

http://worldwind.arc.nasa.gov/java/


Solution

  • You can set

    gov.nasa.worldwind.avkey.OfflineMode
    

    in the WorldWind properties file. This will stop WorldWind from trying to download tiles, and it will rely on the local cache only.

    However, you may need to populate the local cache either by browsing over a particular area of interest, or installing cache packs.

    Unfortunately, the site (http://www.worldwinddata.com/), that used to host cache packs, is no longer running (domain has expired).