home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-12-27 | 475 b | 25 lines | [TEXT/PLER] |
- //
- // EarthBrowser - index.gdx
- // Copyright 1999 Lunar Software Inc.
- //
-
- <GEOINDEX VERSION=1 REFRESH=600> // refresh it every 10 hours
-
- <global ShowVolcanoes=0/>
- <global ShowWebcams=0/>
- <temp tempString = ""/>
- <Action ID="INIT"> {
- if(ShowVolcanoes)
- ADDGEOINDEX("geofile://volcano.gdx");
- if(ShowWebcams)
- ADDGEOINDEX("geofile://WebCams.gdx");
- }
- </Action>
-
- <Include "geofile://cities.gdx"/>
-
- <Category TITLE="Web Cams" IMAGE="geofile://Images/Camera.gif"/>
-
- </GEOINDEX>
-
-