用info工具选择图元时使可选有效范围大一点
在CustomCommand.js中InfoCommand.prototype.Execute = function() {
this.CreateUrl();
// this.AddParamToUrl("PixelTolerance", this.pixelTolerance);//原来这句指定了有效范围,默认值为6,选择时很难选中图元
this.AddParamToUrl("PixelTolerance", 18);//此时将范围改为18,选择图元时就比较好选了