You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added charset tag and note on 3rd party libraries to HTML files that lacked them
* Commented out a debugging console.log message that returns the GetCapabilities document
* Updated README for v0.10.0 RC. Updated npm packages.
* 0.10.0
* Corrected typo.
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
# Web WorldWind
4
4
5
5
## NASA Renews Commitment to WorldWind
6
-
WorldWind has received renewed commitment from NASA for continued development and support. NASA will continue to release updates to the WorldWind SDKs, and will continue to make the WorldWind Servers accessible for all Users. We plan to make an announcement soon regarding a path forward for improved support of the WorldWind User & Developer communities.
6
+
WorldWind has received renewed commitment from NASA for continued development and support. NASA will continue to release updates
7
+
to the WorldWind SDKs, and will continue to make the WorldWind Servers accessible for all Users.
7
8
8
9
If you have questions and/or concerns, please feel free to email at:
9
10
@@ -17,19 +18,19 @@ collection for shapes for displaying and interacting with geographic or geo-loca
17
18
modern web browser. High-resolution terrain and imagery is retrieved from remote servers automatically as needed, while
18
19
enabling developers to include their own custom terrain and imagery.
19
20
20
-
-[worldwind.arc.nasa.gov](https://worldwind.arc.nasa.gov) has setup instructions, developers guides, API documentation and more
21
-
-[Forum](https://forum.worldwindcentral.com) provides help from the WorldWind community
22
-
-[WebStorm](https://www.jetbrains.com/webstorm) is used by the NASA WorldWind development team
21
+
-[worldwind.arc.nasa.gov](https://worldwind.arc.nasa.gov) has setup instructions, developers guides, API documentation and more.
23
22
24
23
## Get Started
25
24
26
25
The Web WorldWind [Developer's Guide](https://worldwind.arc.nasa.gov/web) has a complete description of Web WorldWind's
27
-
functionality. You'll also find there links to many Web WorldWind resources, including a user guide. The latest
28
-
Web WorldWind release provides many simple examples showing how to use all of Web WorldWind's functionality.
26
+
functionality. You'll also find there links to many Web WorldWind resources, including a user guide. For novices on WorldWind,
27
+
A [Get Started](https://worldwind.arc.nasa.gov/web/get-started/) tutorial is the place to go. The latest Web WorldWind release
28
+
provides many simple [examples](https://github.com/NASAWorldWind/WebWorldWind/tree/develop/examples) showing how to use all of
29
+
Web WorldWind's functionality.
29
30
30
31
## Building
31
32
32
-
[Install NodeJS](https://nodejs.org). The build is known to work with Node.js 10.15.3 LTS and 11.12.0.
33
+
[Install NodeJS](https://nodejs.org). The build is known to work with Node.js 12.18.0 LTS.
0 commit comments