|
@@ -286,6 +286,7 @@ Canvas.prototype.draw = function (geometry, style, contextIndex, floorstyle) {
|
|
|
"LineMeasure": 'drawLineWithMeasure'
|
|
"LineMeasure": 'drawLineWithMeasure'
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ console.log(geometry.geoType)
|
|
|
this[strategy[geometry.geoType]](geometry, style, contextIndex)
|
|
this[strategy[geometry.geoType]](geometry, style, contextIndex)
|
|
|
//{todo} 我们在这里判断各种矢量要素的绘制。
|
|
//{todo} 我们在这里判断各种矢量要素的绘制。
|
|
|
};
|
|
};
|