We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d25beb5 commit 927b4bfCopy full SHA for 927b4bf
Apps/Sandcastle/gallery/Drawing on Terrain.html
@@ -95,6 +95,9 @@
95
floatingPoint = createPoint(earthPosition);
96
activeShapePoints.push(earthPosition);
97
var dynamicPositions = new Cesium.CallbackProperty(function () {
98
+ if (drawingMode === 'polygon') {
99
+ return new Cesium.PolygonHierarchy(activeShapePoints);
100
+ }
101
return activeShapePoints;
102
}, false);
103
activeShape = drawShape(dynamicPositions);
0 commit comments