Skip to content

Commit 927b4bf

Browse files
committed
Fixed Sandcastle example
1 parent d25beb5 commit 927b4bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Apps/Sandcastle/gallery/Drawing on Terrain.html

+3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@
9595
floatingPoint = createPoint(earthPosition);
9696
activeShapePoints.push(earthPosition);
9797
var dynamicPositions = new Cesium.CallbackProperty(function () {
98+
if (drawingMode === 'polygon') {
99+
return new Cesium.PolygonHierarchy(activeShapePoints);
100+
}
98101
return activeShapePoints;
99102
}, false);
100103
activeShape = drawShape(dynamicPositions);

0 commit comments

Comments
 (0)