Jakub Balhar
1b8900e48e
Correctly compute color from KML hex.
2017-05-22 10:02:54 +02:00
Jakub Balhar
02dd4bdd5c
LineString and Polygon are displayed as Surface ones, when clampToGround is used.
2017-05-22 10:02:18 +02:00
AkeluX
33648387cb
Convert em tag to markdown
2017-05-17 12:08:05 +02:00
AkeluX
78196c1c5c
Convert text and html documentation to markdown in order to display it nicely in GitHub
2017-05-17 11:48:43 +02:00
Jakub Balhar
7a979b0d4a
Fix incorrect passing of arguments in MultiGeometry.
2017-05-16 18:00:15 +02:00
Yann Voumard
e08b1ad8c4
Merge pull request #122 from NASAWorldWind/fix/kml_startswith_endswith
...
Use startsWith and endsWith from WWUtil in KML
2017-05-16 15:18:53 +02:00
AkeluX
ce81d4f46d
Use startsWith and endsWith from WWUtil in KML
2017-05-16 13:51:01 +02:00
Yann Voumard
2795972543
Merge pull request #115 from NASAWorldWind/feature/string-polyfill
...
Harmonise use of starsWith and endsWith
2017-05-16 13:34:16 +02:00
AkeluX
793fdab2c2
Refine documentation of startsWith and endsWith
2017-05-16 13:33:24 +02:00
David Collins
3566f8c4f7
Merge pull request #86 from NASAWorldWind/feature/starfield
...
Add starfield layer
2017-05-15 16:25:23 -07:00
strikerM
29af2a4e1f
fix SunPosition import to be in alphabetical order
2017-05-11 10:37:09 +03:00
strikerM
00765a124b
fullSphereSector surfaceShapes cover the whole globe
...
added test
2017-05-11 10:22:50 +03:00
strikerM
8610e4cfe2
added test for WWMath.normalizeAngle360
2017-05-02 11:21:32 +03:00
Bruce Schubert
2f029bff02
Disabled depth testing on screen images.
...
- Prevents "clipping" on screen images in Firefox.
- Resolves issue #78
2017-05-01 18:44:04 -07:00
strikerM
f8dff3cfac
fix surface shapes outline with for highlightAttributes
2017-04-28 16:23:09 +03:00
strikerM
a6516904e1
added normalizeAngle360, from WWAndroid, to WWMath
...
removed normalizeAngle from SunPosition
replaced if_gt function with the build in glsl step function
2017-04-26 13:13:43 +03:00
Jakub Balhar
5ebbc6134d
Added polyfills for EndsWith and StartsWith based on the polyfills by Mozilla foundation with tests.
...
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith
2017-04-10 15:18:40 +02:00
AkeluX
7651d90e82
Merge branch 'bug/fix-kml-file-test' into develop
2017-04-07 17:10:01 +02:00
AkeluX
2b131d0d49
Deleted unused test file
2017-04-07 17:08:10 +02:00
strikerM
9504d6d840
refactored CelestialProjection to SunPosition
2017-04-05 12:55:48 +03:00
Yann Voumard
b1740c94a3
Merge pull request #103 from NASAWorldWind/esa-collaboration
...
Add mention of ESA in README
2017-04-05 09:20:09 +02:00
Bruce Schubert
f4cd4e758c
Merge pull request #98 from GabrielePrestifilippo/unit_test
...
Unit tests.
2017-04-04 08:48:52 -07:00
Jakub Balhar
5d6ed3f4a5
Fix test for KmlFile to load tested KML File.
...
Karma is also loading the KML Sample.
2017-04-04 15:23:11 +02:00
Yann Voumard
5f672f5cf4
Merge pull request #96 from NASAWorldWind/bug/kmz-file-loading
...
Correct detection of KML file inside a compressed KMZ.
2017-04-03 16:44:55 +02:00
AkeluX
94c35b9d43
Remove style attribute which is filtered out by GitHub
2017-03-31 16:25:41 +02:00
AkeluX
42229913a9
Add mention to ESA in README.md
2017-03-31 16:21:01 +02:00
AkeluX
5dd8427bd0
Refactored extension checks in KmlFile
2017-03-31 09:27:41 +01:00
Yann Voumard
d42415ca7a
Merge pull request #95 from NASAWorldWind/bug/kml-style-resolving
...
Apply highlight attributes to the shapes.
2017-03-31 09:54:54 +02:00
yvoumard
9b32217a07
Added style map to KML example
2017-03-31 08:52:12 +01:00
Gabriele Prestifilippo
4986c7192d
Merge branch 'develop' into unit_test
2017-03-28 18:16:28 +02:00
Gabriele Prestifilippo
d1066acbde
Merge branch 'develop' into unit_test
2017-03-28 18:15:50 +02:00
strikerM
389f4b5f56
updated sun texture and comments
2017-03-28 12:34:55 +03:00
strikerM
3717966a1c
added tests for CelestialProjection
2017-03-28 12:12:58 +03:00
Yann Voumard
d3133654e0
Merge pull request #99 from NASAWorldWind/bug/geojson-omission
...
Added missing dependencies in GeoJSONGeometry
2017-03-28 10:02:43 +02:00
servetg
884eab6d4d
Added missing dependencies
2017-03-28 10:57:04 +03:00
strikerM
c78ce6ae53
added the Sun to the StarFieldLayer
2017-03-28 10:35:25 +03:00
GabrielePrestifilippo
ababb4bec8
Fixed geometry tests.
...
Typo corrected, fault copy pasted tests, simplified expressions
2017-03-15 15:03:54 +01:00
Jakub Balhar
6e439a007f
It is possible now to load kmz files.
2017-03-13 14:37:50 +01:00
Jakub Balhar
b5d0153e8b
#77 Correctly use highlighted styles.
2017-03-13 14:19:00 +01:00
Jakub Balhar
4dcf98b0da
Merge branch 'develop' into bug/kml-style-resolving
2017-03-13 13:59:15 +01:00
Jakub Balhar
66406d405a
Fix StyleResolver isn't defined bug
2017-03-13 13:58:39 +01:00
Zach Glueckert
89749cec81
Refine intersectsLine calculation
...
-Refactor calculation into the Globe class
-Add intersection position comparison to ensure intersection is not behind ray origin
-Similar to WWA #82
-Deprecate WWMath computeEllipsoidalGlobeIntersection
2017-03-07 22:02:20 -05:00
Zach Glueckert
80fbd08472
Add state tracking of the boundary locations
...
-Add counter value which increments on boundary change
-Add boundary getter/setter to SurfacePolyline
-Fixes #63
2017-03-06 12:00:31 -05:00
strikerM
954de23202
changed the formula for converting right ascension to longitude
2017-03-02 12:17:33 +02:00
Zach Glueckert
30cbb1dbff
Merge branch 'develop' into issue/surfaceshapes
2017-03-01 10:45:00 -05:00
Zach Glueckert
b49f23fb74
Change tile matrices sort key to the scaleDenominator
2017-03-01 10:36:35 -05:00
Zach Glueckert
26aef6a13b
Reduce state key evaluation in needsUpdate flow
...
-Add second array which tracks evaluated surface shape states for faster comparison
2017-02-28 23:38:41 -05:00
Zach Glueckert
071971cada
Simplify shape state tracking for texture update determination
...
-Track rendered state keys instead of array of shapes rendered
-Simplify change detection methods of the needsUpdate function
2017-02-28 09:51:56 -05:00
pdavidc
7e952b9042
Merge branch 'develop' of https://github.com/NASAWorldWind/WebWorldWind into develop
2017-02-24 12:22:06 -08:00
pdavidc
8ab0f910e7
Removed unnecessary complexity in SurfaceShapeTileBuilder
...
- Removed unnecessary logic from SurfaceShapeTileBuilder.addIntersectingShapes
- Removed unnecessary methods from SurfaceShapeTile
- Fixes #83
2017-02-24 12:22:01 -08:00