Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 946 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 946 Bytes

web-worldwind-intro

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.

To run the code

Serve this directory in a web server.

python -m SimpleHTTPServer

To complete the application

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.

Resources