11 Commits

Author SHA1 Message Date
markpet49
76bcbce9f3 Adjust test for rounding differences. 2022-04-14 14:10:27 -05:00
markpet49
d814cf50a1 Fix for tile resolution, switch to VSCode. 2022-04-12 12:04:17 -05:00
Mark Peterson
07db0fcc0a
License update (#830) 2020-08-12 17:28:51 -05:00
David Collins
6bf7ad3cf8
Update WebWorldWind build dependencies (#804)
Updated the WebWorldWind npm project's build dependencies to ensure compatibility with the latest version of Node.js, Grunt, Karma, and Jasmine.

While changes like this are always worthwhile, I'm making it now to ensure that the original WebWorldWind source and its accompanying npm project will continue to operate for as long as possible after the [WorldWind project's suspension on April 5, 2019](https://worldwind.arc.nasa.gov/news/2019-03-08-suspension-notice).  Secondary goals are eliminating all npm audit warnings from old versions of libraries used to build WebWorldWind (i.e. the devDependencies) and ensuring that unit tests continue to operate.

Summary of changes:

- WebWorldWind now builds with Node.js 10.15.3 LTS and 11.12.0. The README file and the Travis CI configuration file reflect that.

- All npm devDependencies, used for building the WorldWind project, are updated to the latest version available as of this pull request.

- All npm security audit vulnerabilities are addressed.

- Subtle errors in unit tests fixed. WorldWind's geometric unit tests erroneously modified global variables, such as Location.ZERO. These values shouldn't be encoded as global variables, but solving that is out of scope here. Previous versions of Jasmine concealed this problem but these unit tests fail with Jasmine 3.x, likely due to a change in the Jasmine interpreter lifecycle between tests.
2019-03-26 12:01:56 -07:00
Patrick Hogan
09c81f862e Update 2018-06-21 19:03:59 -07:00
Patrick Hogan
44a32a6501 Update 2018-06-21 18:45:33 -07:00
Mark Peterson
20973fe978 Initial elevation coverage composition (#580)
The first iteration of changes required to move toward fulfilling the requirements of issue #422.
2018-04-05 14:35:44 -07:00
Patrick Hogan
6ebc542db8 Updated. 2017-11-20 14:06:30 -08:00
Mark Peterson
dabcdd1f06 Improve SurfaceShape deep picking performance (#259)
* Frustum culling incorporated into SurfaceShape

* Deep Picking stress test example

* Unit tests for new functionality in Sector and BoundingBox
2017-10-27 11:51:15 -07:00
GabrielePrestifilippo
ababb4bec8 Fixed geometry tests.
Typo corrected, fault copy pasted tests, simplified expressions
2017-03-15 15:03:54 +01:00
GabrielePrestifilippo
612679eec4 Basic tests for Locatio, Position and Sector classes 2017-02-05 19:03:56 +01:00