How to use World Wind Java SDK offline

2019-04-28 16:02发布

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/

1条回答
仙女界的扛把子
2楼-- · 2019-04-28 16:42

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).

查看更多
登录 后发表回答