WorldWind Travelbook Help



Introduction

WorldWind TravelBook is a very simple application what allow you to store cool places from NASA's worldwind.


Configuration

The only configuration possible is to tell where you want Travelbook to store your files.


The files

Travelbook uses several files :


Usage : add a place

To add a place to your travelbook, start worldwind, move to the view you want to add, and hit ctrl+c. Get back to Travelbook, the copied url is automatiquelly pasted into the url field. Enter a name for this place, and eventually a comment, and then clic "Update TravelBook".


Usage : open the travelbook

To open your travelbook, simply clic the "open travelbook" button.


Usage : remove an entry from the travelbook

Removing an entry from the travelbook need some manual operations : Edit the travelbook.js file with the notepad, and find the entry corresponding to the place that you want to remove. Each entry looks like the following : add_place("placename","URL","comment"); .To remove an entry, remove the whole line, from "add_place" to the corresponding ';'


Usage : consult the travelbook

To go to a place, open the travelbook in your browser (from the "open travelbook" button, or directly open the html file), and then clic on the placename. If worldwind is already running, it will be send to the place you have stored. If worldwind is not running, it will be started, and then send to the place.