Skip to content

Commit

Permalink
Merge pull request #5643 from AnalyticalGraphicsInc/polygon-typo
Browse files Browse the repository at this point in the history
Fix typo on polygon sandcastle demo
  • Loading branch information
pjcozzi authored Jul 18, 2017
2 parents 106285e + 70dfbdb commit 50728e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Sandcastle/gallery/Polygon.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}]
},
material : Cesium.Color.BLUE.withAlpha(0.5),
heigth : 0,
height : 0,
outline : true // height is required for outline to display
}
});
Expand Down
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Change Log
* Fixed issue where scene would blink when labels were added. [#5537](https://github.com/AnalyticalGraphicsInc/cesium/issues/5537)
* Fixed label positioning when height reference changes [#5609](https://github.com/AnalyticalGraphicsInc/cesium/issues/5609)
* 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

Expand Down

0 comments on commit 50728e3

Please sign in to comment.