Commit Graph

9 Commits

Author SHA1 Message Date
Bret Copeland
e37f8ccf0b Add HeadingPitchRoll type to Cesium (#28462) 2018-09-10 15:38:51 -07:00
golyalpha
953faadd23 Fix types in multiple classes [CesiumJS] (#27672)
* Changes to mutiple classes

Fixed types of PolygonGraphics
 - the type of fill property should be boolean
 - the types in constructor's options object should match the types of the class properties
Fixed types of LabelGraphics
 - the font property is a string specifying the CSS font
 - see change notes to PolygonGraphics
Fixed types of EllipseGraphics
 - the outlineColor prop is of type Color, not Property
 - see change notes to PolygonGraphics

* Fixed types of LabelGraphics
 - fillColor type changed to Color
 - outlineColor type changed to Color
 - outlineWidth type changed to number

* Fixed types in EllipseGraphics

* Updated PolygonGraphics

material property accepts both MaterialProperty and Color types

* Updated types in EllipseGraphics
2018-08-06 11:34:49 -07:00
process-execution
1922994873 Fix Primitive constructor (#27668)
Made shadows property optional in Primitive constructor config object.
2018-07-30 11:06:00 -07:00
golyalpha
5b715ad1e9 Fix typing error in PolygonGraphics [Cesium] (#27563)
* Fix typing error in PolygonGraphics

The property outlineColor of PolygonGraphics can accept both Property and Color types.
[Discussion on AnalyticalGraphicsInc/cesium](https://github.com/AnalyticalGraphicsInc/cesium/issues/6831)

* Update version

* Removed the Color type from outlineColor typedef.
2018-07-27 17:14:23 -07:00
Jared Szechy
955b85a785 [cesium] add missing google earth classes 2018-06-28 14:14:00 -04:00
Jared Szechy
2ad5fa0077 [cesium] update linting config 2018-05-23 09:49:17 -04:00
Jared Szechy
dd5fb06f5a [cesium] add module support 2018-05-23 08:52:03 -04:00
Jared Szechy
5760bb169b [cesium] add global test 2018-05-22 10:13:41 -04:00
Jared Szechy
27d4663769 Add typings for cesium 2018-05-17 08:06:47 -04:00