Introduction to using the Web World Wind JavaScript library.
This project is the gives a skeleton implementation of a "places" library. The user can move the globe to a location, and save the view to a bookmark. Click the bookmarks to animate the view.
Serve this directory in a web server.
python -m SimpleHTTPServer
All the code is in index.html. To complete the application, implement the functions saveBookmark() and gotoBookmark(). See the solution branch for a sample implementation.
- worldwind.arc.nasa.gov Main World Wind site
- Developer's Guide Web World Wind developer's guide
- API Documentation Web World Wind API docs
- World Wind Forum provides help from the World Wind community