97 Commits

Author SHA1 Message Date
David Collins
253e6eb967 Merge pull request #12 from ESAFastPrototyping/fix/surfaceShapesColor
Fix/surface shapes color
2016-01-20 14:38:01 -08:00
David Collins
b71ddbd5a6 Merge pull request #11 from ESAFastPrototyping/feature/kml_time_pull
Feature/kml time pull
2016-01-20 11:49:36 -08:00
Jakub Balhar
fa3f69cdf3 Remote was moved. 2016-01-20 20:19:08 +01:00
Jakub Balhar
9b92e669b9 Remote was moved. 2016-01-20 20:16:49 +01:00
Jakub Balhar
0c9490fb6c Move Remote to utils. 2016-01-20 20:00:32 +01:00
strikerM
803a804f2f Merge remote-tracking branch 'upstream/master' into fix/surfaceShapesColor 2016-01-20 12:06:38 +02:00
strikerM
3f0bdcb979 fix surface shapes transparency 2016-01-20 11:58:19 +02:00
Jakub Balhar
53b2b22afb Fix examples 2016-01-18 15:03:58 +01:00
Jakub Balhar
a37f5f28dc Fix visibility of documentation fro TreeVisibility. 2016-01-07 12:38:14 +01:00
Jakub Balhar
9a6ac79931 Fix issues arising from the review. 2016-01-07 12:29:19 +01:00
Jakub Balhar
8cdceb9994 Minor fixes for hte code style issue. 2016-01-06 16:38:17 +01:00
Jakub Balhar
416bea0c6e Fixed tests with updated API for time based functionality 2016-01-06 11:29:51 +01:00
Jakub Balhar
589ead85ef Update documentation to show options correctly 2016-01-05 14:53:58 +01:00
Jakub Balhar
eea9dd9d42 Merge branch 'kml_pull_request' into feature/kml_time_pull
Conflicts:
	src/formats/kml/KmlObject.js
	src/util/WWUtil.js
2016-01-05 11:46:57 +01:00
Jakub Balhar
245a4111dc Fix documentation. 2016-01-05 11:44:54 +01:00
Jakub Balhar
27be793a40 Fixed tests 2016-01-05 11:29:46 +01:00
Jakub Balhar
4ed485b994 Working time based functionality with examples. 2015-12-24 21:14:15 +01:00
Jakub Balhar
e362e7cc9d Kml version 1. 2015-12-22 12:44:17 +01:00
tag3
117e9d6e26 Repaired bug in TiledImageLayer that caused layer opacity to be applied twice while tiles fade out. 2015-12-15 17:30:01 -08:00
tag3
487a91de24 Repaired bug in TiledImageLayer that caused fallback tiles to fade out when the tiles they represent fail to load. 2015-12-15 15:46:43 -08:00
pdavidc
1f749558d9 Modified TiledImageLayer to support prepopulating the currently visible tiles. Modified TiledImageLayer to suppress generation of redraw events while prepopulating. 2015-12-08 09:47:27 -08:00
pdavidc
fc9a910dc7 Repaired an internal state error in WmsUrlBuilder when the WMS version string is unspecified. 2015-12-08 09:31:55 -08:00
tag3
2043407e61 Disable TiledImageLayer fading when the layer's opacity is less than 1. 2015-12-07 09:29:59 -08:00
tag3
185677d768 Added ArgumentError and Logger to define function. 2015-12-04 15:51:52 -08:00
tag3
0777aa21be Added a time sequence to BlueMarbleLayer. 2015-12-04 15:42:52 -08:00
tag3
235109896a Renamed detailHint to detailControl. 2015-12-04 10:50:30 -08:00
tag3
0be0d26db9 Replaced resolution switching with a pixel-size metric for all classes that use Tile. Repaired tile flashing caused by previous fading implemenation. 2015-12-04 10:09:01 -08:00
tag3
2d589d1d3a Added outgoing-tile fading to TiledImageLayer and the necessary support for tile opacity to SurfaceTileRenderer. 2015-12-04 08:52:23 -08:00
tag3
87bab83629 Replaced call to discard in SurfaceTileRendererProgram with multiplication of 0. 2015-12-03 17:00:32 -08:00
Tom Gaskins
893a2d2b17 Added pass-through of detailHint to sublayers from BlueMarbleLayer. 2015-12-01 11:49:33 -08:00
Tom Gaskins
aede2a96c1 Factored surfaceNormalAtPoint into GeographicProjection and modified Globe accordingly. 2015-11-24 13:04:44 -08:00
Tom Gaskins
b53d87cd61 Refactored Globe and Globe2D to move projection redirection into the former. 2015-11-20 17:48:57 -08:00
Tom Gaskins
a20ae1a92f Moved time property from WmsTimeDimensionedLayer to Layer. 2015-11-11 11:19:03 -08:00
Tom Gaskins
ade9f85c7d Corrected re-enablement of depth testing in Text. 2015-11-08 20:08:07 -08:00
Tom Gaskins
ca0c535768 Reversed order of screen renderable removal to effect layer and renderable ordering. 2015-11-08 18:45:42 -08:00
Tom Gaskins
9bc6c92763 Separated screen renderables from ordered renderables so that they are drawn correctly in sub-surface mode. 2015-11-08 18:27:03 -08:00
Tom Gaskins
743143054c Repaired undefined ordered renderable eye distance in AbstractShape and Annotation. Modified the draw context to take an optional eye distance argument. 2015-11-08 16:13:09 -08:00
Tom Gaskins
e32c888e76 Updated determination of blue marble single image. 2015-11-05 12:28:36 -08:00
Tom Gaskins
f515170183 Replaced BMNGRestLayer with the more general RestTiledImageLayer. 2015-11-05 10:42:12 -08:00
Tom Gaskins
42ddd75773 Merge pull request #7 from ESAFastPrototyping/feature/annotations
Feature/annotations
2015-11-05 09:41:27 -08:00
revo09
9e6c6a191a Fixed Safari issue WebGLRenderingContext 2015-11-04 11:55:55 +02:00
revo09
5424e6f74e Removed unused textColor property and unnecessary text offset 2015-11-03 15:34:00 +02:00
revo09
c9a93b5cb2 Removed unused textColor property which was replaced by textAttributes.color 2015-11-03 15:31:08 +02:00
revo09
baf353b788 Refactored text attributes to reside in annotation attributes 2015-11-03 15:07:28 +02:00
revo09
2e509f9b11 Fixed IE11 text issue by using separate buffers 2015-11-03 14:50:27 +02:00
Tom Gaskins
b4b7eb1cd7 Repaired sub-surface mode display after switching to 2D and back. Repared sub-surface picking resolution. 2015-10-30 14:14:42 -07:00
Tom Gaskins
ceea26c140 Added pick position calculation to mesh shapes. Added picking to USGSSlabs app. 2015-10-30 12:29:11 -07:00
Tom Gaskins
d86bf0368a Added sub-surface picking. 2015-10-30 12:28:08 -07:00
revo09
19bf33bf15 Replaced WebGLRenderingContext constants for the Safari bug 2015-10-27 15:51:37 +02:00
revo09
ad73fa0413 Added leader gap height to statekey 2015-10-26 17:13:19 +02:00