Skip to content

Commit ef738fc

Browse files
【fix】栅格查询支持面查询 review by qiwei
1 parent f86b5d1 commit ef738fc

File tree

13 files changed

+1751
-256
lines changed

13 files changed

+1751
-256
lines changed

examples/leaflet/02_getGridCellInfos.html

Lines changed: 404 additions & 43 deletions
Large diffs are not rendered by default.
40 KB
Loading

examples/locales/en-US/resources.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,12 @@ window.examplesResources = {
911911
"text_input_value_dragMap": "Drag map",
912912
"text_drawGeometry": "Draw Geometry",
913913
"text_input_value_drawPoint": "Draw point",
914+
"text_input_value_drawRectangle": "Draw Rectangle",
915+
"text_index": "Index",
916+
"text_row_index": "Row index",
917+
"text_column_index": "Column index",
918+
"text_color_number": "Color number",
919+
"text_color_rgba": "Color number(RGBA)",
914920
"text_input_value_drawLine": "Draw line",
915921
"text_input_value_drawPolygon": "Draw polygon",
916922
"text_input_value_select": "Select",

examples/locales/zh-CN/resources.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,12 @@ window.examplesResources = {
865865
"text_input_value_dragMap": "拖拽地图",
866866
"text_drawGeometry": "点线面绘制",
867867
"text_input_value_drawPoint": "绘点",
868+
"text_input_value_drawRectangle": "矩形",
869+
"text_index": "序号",
870+
"text_row_index": "行号",
871+
"text_column_index": "列号",
872+
"text_color_number": "颜色值",
873+
"text_color_rgba": "颜色值(RGBA)",
868874
"text_input_value_drawLine": "绘线",
869875
"text_input_value_drawPolygon": "绘面",
870876
"text_input_value_select": "选择",

0 commit comments

Comments
 (0)