@@ -30408,7 +30408,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
30408
30408
30409
30409
/**
30410
30410
* @class L.supermap.widgets.searchViewModel
30411
- * @classdesc 查询微件功能类 。
30411
+ * @classdesc 图层查询微件功能类 。
30412
30412
* @category Widgets Search
30413
30413
* @param {Object} options - 可选参
30414
30414
* @param {Object} [options.cityGeoCodingConfig] - 城市地址匹配服务配置,包括:{addressUrl:"",key:""} 默认为 online 地址匹配服务,与 options.cityConfig 对应。
@@ -63663,21 +63663,22 @@ var DistributedAnalysisView = exports.DistributedAnalysisView = _leaflet2["defau
63663
63663
// 分析范围 & 网格大小 & 搜索半径 & 面积单位
63664
63664
// 分析范围
63665
63665
var inputOptions = [{
63666
- 'spanName': '分析范围' ,
63666
+ 'spanName': _iclientCommon.Lang.i18n('text_label_queryRange') ,
63667
63667
'value': ''
63668
63668
}];
63669
63669
for (var _i in inputOptions) {
63670
63670
this._creatInputBox(inputOptions[_i], analysisSelectControl);
63671
63671
}
63672
63672
var queryRangeInput = analysisSelectControl.children[3].children[1];
63673
- queryRangeInput.setAttribute('placeholder', '默认为输入数据的全幅范围。范例:[-74.050,40.650,-73.850,40.850]');
63674
- queryRangeInput.title = '默认为输入数据的全幅范围。范例:[-74.050,40.650,-73.850,40.850]';
63673
+ queryRangeInput.setAttribute('placeholder', _iclientCommon.Lang.i18n('text_label_queryRangeTips'));
63674
+ queryRangeInput.title = _iclientCommon.Lang.i18n('text_label_queryRangeTips');
63675
+
63675
63676
// 网格大小
63676
63677
var gridSizeUnitSelectOptions = {
63677
63678
'optionsArr': ['Meter', 'Kilometer', 'Yard', 'Foot', 'Mile']
63678
63679
};
63679
63680
var gridSizeOptions = {
63680
- 'labelName': '网格大小' ,
63681
+ 'labelName': _iclientCommon.Lang.i18n('text_label_gridSizeInMeters') ,
63681
63682
'selectOptions': gridSizeUnitSelectOptions
63682
63683
};
63683
63684
var gridSizeContainer = this._creatUnitSelectBox(gridSizeOptions, analysisSelectControl);
@@ -63690,7 +63691,7 @@ var DistributedAnalysisView = exports.DistributedAnalysisView = _leaflet2["defau
63690
63691
'optionsArr': ['Meter', 'Kilometer', 'Yard', 'Foot', 'Mile']
63691
63692
};
63692
63693
var searchRadiusOptions = {
63693
- 'labelName': '搜索半径' ,
63694
+ 'labelName': _iclientCommon.Lang.i18n('text_label_searchRadius') ,
63694
63695
'selectOptions': searchRadiusUnitSelectOptions
63695
63696
};
63696
63697
var searchRadiusContainer = this._creatUnitSelectBox(searchRadiusOptions, analysisSelectControl);
@@ -63699,7 +63700,7 @@ var DistributedAnalysisView = exports.DistributedAnalysisView = _leaflet2["defau
63699
63700
var searchRadiusSelectName = searchRadiusContainer.children[1].children[1].children[0].children[0].children[0];
63700
63701
// 面积单位
63701
63702
var areaUnitSelectOptions = {
63702
- 'labelName': '面积单位' ,
63703
+ 'labelName': _iclientCommon.Lang.i18n('text_label_areaUnit') ,
63703
63704
'optionsArr': ['SquareMile', 'SquareMeter', 'Hectare', 'Acre', 'SquareFoot', 'SquareYard']
63704
63705
};
63705
63706
var areaUnitSelectTool = new _iclientCommon.Select(areaUnitSelectOptions).getElement();
@@ -65135,9 +65136,9 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
65135
65136
65136
65137
/**
65137
65138
* @class L.supermap.widgets.search
65138
- * @classdesc 查询微件
65139
+ * @classdesc 图层查询微件。
65139
65140
* @category Widgets Search
65140
- * @param {Object} options - 可选参数
65141
+ * @param {Object} options - 可选参数。
65141
65142
* @param {string} [options.position='topright'] - 控件位置,继承自 leaflet control。
65142
65143
* @param {string} [options.addressUrl] - 配置地址匹配服务。
65143
65144
* @param {Object|Array.<string>} [options.cityConfig] - 城市地址匹配配置,默认为全国城市,与 options.cityGeoCodingConfig 支持匹配的服务对应;
@@ -79999,8 +80000,10 @@ var zh = {
79999
80000
'text_label_meshType': '网格面类型',
80000
80001
'text_option_notSet': '未设置',
80001
80002
'text_label_weightField': '权重字段',
80002
- 'text_label_gridSizeInMeters': '网格大小(单位为:米) ',
80003
+ 'text_label_gridSizeInMeters': '网格大小',
80003
80004
'text_label_searchRadius': '搜索半径',
80005
+ 'text_label_queryRange': '分析范围',
80006
+ 'text_label_areaUnit': '面积单位',
80004
80007
'text_option_equidistantSegmentation': '等距离分段',
80005
80008
'text_option_logarithm': '对数',
80006
80009
'text_option_equalCountingSegment': '等计数分段',
@@ -80033,6 +80036,7 @@ var zh = {
80033
80036
'text_label_color': '颜色',
80034
80037
'text_label_buffer': '[缓冲区]',
80035
80038
'text_label_isolines': '[等值线]',
80039
+ 'text_label_queryRangeTips': '默认为输入数据的全幅范围。范例:-74.050,40.650,-73.850,40.850',
80036
80040
80037
80041
"btn_analyze": "分析",
80038
80042
"btn_analyzing": "分析中",
@@ -80097,8 +80101,10 @@ var en = {
80097
80101
'text_label_meshType': 'Mesh type',
80098
80102
'text_option_notSet': 'Not set',
80099
80103
'text_label_weightField': 'Weight field',
80100
- 'text_label_gridSizeInMeters': 'Grid size (in meters) ',
80104
+ 'text_label_gridSizeInMeters': 'Grid size',
80101
80105
'text_label_searchRadius': 'Search radius',
80106
+ 'text_label_queryRange': 'Scope of analysis',
80107
+ 'text_label_areaUnit': 'Area unit',
80102
80108
'text_option_equidistantSegmentation': 'Equidistant segmentation',
80103
80109
'text_option_logarithm': 'Logarithm',
80104
80110
'text_option_equalCountingSegment': 'Equal counting segment',
@@ -80131,6 +80137,7 @@ var en = {
80131
80137
'text_label_color': 'Color',
80132
80138
'text_label_buffer': '[Buffer]',
80133
80139
'text_label_isolines': '[Isolines]',
80140
+ 'text_label_queryRangeTips': 'The default is the full range of input data. Example: -74.050, 40.650, -73.850, 40.850',
80134
80141
80135
80142
"btn_analyze": "Analyze",
80136
80143
"btn_analyzing": "Analyzing",
0 commit comments