From 70dfbdb1467ecc6345dd3f1028b4799bf744446b Mon Sep 17 00:00:00 2001 From: hpinkos Date: Tue, 18 Jul 2017 10:15:03 -0400 Subject: [PATCH] Fix typo on polygon demo --- Apps/Sandcastle/gallery/Polygon.html | 2 +- CHANGES.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Apps/Sandcastle/gallery/Polygon.html b/Apps/Sandcastle/gallery/Polygon.html index f1c86edafe76..56e7e95d5c3f 100644 --- a/Apps/Sandcastle/gallery/Polygon.html +++ b/Apps/Sandcastle/gallery/Polygon.html @@ -103,7 +103,7 @@ }] }, material : Cesium.Color.BLUE.withAlpha(0.5), - heigth : 0, + height : 0, outline : true // height is required for outline to display } }); diff --git a/CHANGES.md b/CHANGES.md index 78c2296e6f11..12032288b1ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Change Log * Added ability to provide a `width` and `height` to `scene.pick`. [#5602](https://github.com/AnalyticalGraphicsInc/cesium/pull/5602) * Fixed issue where scene would blink when labels were added. [#5537](https://github.com/AnalyticalGraphicsInc/cesium/issues/5537) * Fixed crash when using the `Cesium3DTilesInspectorViewModel` and removing a tileset [#5607](https://github.com/AnalyticalGraphicsInc/cesium/issues/5607) +* Fixed polygon outline in Polygon Sandcastle demo [#5642](https://github.com/AnalyticalGraphicsInc/cesium/issues/5642) ### 1.35.2 - 2017-07-11