3 Commits

Author SHA1 Message Date
David Collins
523a0d14c6 Removed obsolete Subversion @version keywords from all files 2017-11-17 13:33:59 -08:00
Miguel Del Castillo
01b7651bac Correctly handle SurfaceShape property changes (#266)
* Added 'resetBoundaries()' call in related SurfaceShape setters

* Added changing path types and number of edges tests in the example

* Added first test of changing a shape's polar throttle

* Corrected comment typo

* Added frame statistics layer to example

* Added layers and a shape to study polar throttling

* Modified north polar ellipse. Improved comments for the example.

* Removed unused polar throttle switching function

* Removed console.log() call

* Applied WebStorm's code reformatting
2017-11-03 13:20:05 -07:00
Miguel Del Castillo
e5e0f9b3db Repair SurfaceShape property changes (#260)
* Test to update state of both a placemark and a SurfaceShape ellipse
 - Placemark's position updates correctly, the ellipse heading
   is not being modified

* Modified setters for SurfaceCircle, SurfaceEllipse and SurfaceRectangle
 - Added SurfacePolygon and SurfaceSector to SurfaceShapesUpdating example

* Added function to SurfaceShape that resets boundaries
 - Cleans code for boundary recomputing

* Added resetBoundaries function to SurfaceShapes setters.

* SurfaceSector now has setters to update its state.
 - The example has been modified to reflect the changing
   SurfaceSector.
2017-10-27 16:54:36 -07:00