@@ -5502,7 +5502,7 @@ input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{
.photonui-wnpfloorcontrollerbutton {
width: 120px;
- height: 17px;
+ /* height: 17px; */
cursor: pointer;
border-radius: 5px;
border: 1px solid #aaa;
@@ -296,7 +296,6 @@ Pan.prototype.pan = function () {
//当前点是否在墙上
this.currentState.selectWallSet = this.calculateElement.wallsContain(args.point);
- console.log(this.currentState.selectWallSet)
this.currentState.selectWallSet ?
strategy.__selectWallSet(args) :
strategy.__selectNotWallSet(args)
@@ -286,6 +286,7 @@ Canvas.prototype.draw = function (geometry, style, contextIndex, floorstyle) {
"LineMeasure": 'drawLineWithMeasure'
}
+ console.log(geometry.geoType)
this[strategy[geometry.geoType]](geometry, style, contextIndex)
//{todo} 我们在这里判断各种矢量要素的绘制。
};