- Notifications
You must be signed in to change notification settings - Fork10
WorldWindJS is a community maintained fork of the WebWorldWind virtual globe SDK from NASA - an interactive 3D globe library featuring maps, imagery and terrain plus 2D map projections.
WorldWindEarth/worldwindjs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Mitigation efforts are underway to ensure that WorldWindJS based projects are insulated from the effects of the NASA WorldWind project suspension.
WorldWindJS is a fork of the popularWeb WorldWindlibrary from NASA (with contributions from ESA). This fork provides a release channel for builds based on the latest fixesand features from WebWorldWind'sdevelop branch plus several "cherry-picked" enhancements from the WorldWind community.
This fork exists to support the development of several personal projects, including:
- Explorer - the WorldWind Explorer
- WMT v2.0 - Wildfire Management Tool v2.0 (under development)
- Bible Atlas - Geography and cartography of the Holy Land (under development)
- worldwind-react-globe - A React component for Web WorldWind
- worldwind-react-globe-bs4 - React Bootstrap4 UI components for Web WorldWind
- worldwind-react-app - A geo-browser web app using Web WorldWind with React and Bootstrap 4
WorldWindJS is made available in the spirit of the NASA motto:For the benefit of all. Show your support for this project by giving it astar!
- A template for creating geo-browser web apps with Bootstrap and Knockout (apps/worldwind-app-template).
- Keyboard navigation controls for the globe
- Improved the resolution of Bing imagery
- Support for a translucent night-image
- Removed dependency vulnerabilities
- Fixed WMTS tile geo-registration
- The WorldWindJS npm package is available in thenpm repository.
- WorldWindJS is available on theunpkg andjsDelivr CDNs. SeeCDN providers in the wiki for examples.
- The project supports npm dependencies on its git repository: Seenpm dependencies in the wiki for examples.
- The JS libraries (production and debug) and the image resources are available in theGitHub releases.
NavigatorStatehas been deprecated. Its properties have migrated toDrawContext.- Added the
HeatMapfrom the WorldWindNASAWorldWind/feature/heatmapbranch. - Added the
ShapeEditorfrom the WorldWindNASAWorldWind/enhancement/shape_editor_refactoringbranch.
- WorldWindJS is a drop in replacement for WebWorldWind'sworldwind.js andworldwind.min.js libraries built from the WebWorldWind develop branch. There are no changes to the API other than additions.
- How to Build a WorldWindJS Web App on the project website
- worldwind-web-app demo: A geo-browser built with Bootstrap and KnockoutJS.
- worldwind-react-app demo: A geo-browser built with React using theworldwind-react-globe andworldwind-react-globe-bs4 components.
- worldwind-react-globe: A React-based Globe component that encapulates WorldWindJS.
- worldwind-react-globe-bs4: Bootstrap UI components for the Globe component including a layer manager, tools palette, placename search, and settings.
- worldwindjs package: This library as an npm package.
- worldwind-react-globe package: Globe component encapulating WorldWindJS.
- worldwind-react-globe-bs4 package: Bootstrap UI for the Globe component.
Web WorldWind is a 3D planetary globe engine built in JavaScript for the web, developed by NASA. The European Space Agency has provided valuablecontributions to this platform since 2015. Web WorldWind provides a geographic context complete with terrain, and acollection for shapes for displaying and interacting with geographic or geo-located information in 3D and 2D in anymodern web browser. High-resolution terrain and imagery is retrieved from remote servers automatically as needed, whileenabling developers to include their own custom terrain, imagery, 3D shapes, and position markings.
The project's website,worldwind.arc.nasa.gov has setup instructions, developer guides, API documentation and more.
The Web WorldWindDeveloper's Guide has a complete description of Web WorldWind'sfunctionality. In there, you will find many Web WorldWind resources, including a user guide and documentation for every module file.For complete beginners on WorldWind, theGet Started tutorial is the place to go.
The latest Web WorldWind release provides many simpleexamples showinghow to use most of Web WorldWind's functionality, as well as more involved smallapplicationsfor reference on how to use Web WorldWind in domain-focused GIS development.
Install NodeJS. The build is known to work with Node.js 12.18.0 LTS.
npm installdownloads WorldWind's dependencies and builds everythingnpm run buildbuilds everythingnpm run docgenerates the WorldWind API documentationnpm run testruns WorldWind's unit testsnpm run test:watchautomatically runs WorldWind's unit tests when source code changesnpm version <newversioo>changes the version number in package.jsonnpm publishpublishes the build to npm
Copyright 2003-2006, 2009, 2017, 2020, 2022 United States Government, as representedby the Administrator of the National Aeronautics and Space Administration.All rights reserved.
The NASAWorldWind/WebWorldWind platform is licensed under the Apache License,Version 2.0 (the "License"); you may not use this file except in compliancewith the License. You may obtain a copy of the Licenseathttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributedunder the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES ORCONDITIONS OF ANY KIND, either express or implied. See the License for thespecific language governing permissions and limitations under the License.
NASAWorldWind/WebWorldWind also contains the following 3rd party Open Sourcesoftware:
- ES6-Promise – under MIT License
- libtess.js – SGI Free Software License B
- Proj4 – under MIT License
- JSZip – under MIT License
A complete listing of 3rd Party software notices and licenses included inWebWorldWind can be found in the Web WorldWind 3rd-party notices and licenses PDF file found in its code directory.
About
WorldWindJS is a community maintained fork of the WebWorldWind virtual globe SDK from NASA - an interactive 3D globe library featuring maps, imagery and terrain plus 2D map projections.
Topics
Resources
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- JavaScript98.7%
- Other1.3%
