This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new e45bfe0412e [doc] Fix the Geo type documention (#2690)
e45bfe0412e is described below

commit e45bfe0412e9121fc03118f368add7d7ff9eb810
Author: dwdwqfwe <[email protected]>
AuthorDate: Fri Aug 1 19:38:46 2025 +0800

    [doc] Fix the Geo type documention (#2690)
    
    ## Versions
    
    - [x] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [ ] Chinese
    - [ ] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 .../basic-element/sql-data-types/semi-structured/GEO.md       | 11 +++++------
 .../basic-element/sql-data-types/semi-structured/GEO.md       | 11 ++++-------
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git 
a/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md 
b/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
index ff1dd6d2997..dc4559ddc0e 100644
--- a/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
+++ b/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
@@ -4,13 +4,12 @@
     "language": "en"
 }
 ---
-## GEO Type Documentation
 
-Geospatial types are special data types in databases used to store and 
manipulate geospatial data, which can represent geometric objects such as 
points, lines, and polygons.
-- Core purposes:
-  - Store geographic location information (e.g., longitude and latitude).
-  - Support spatial queries (e.g., distance calculation, area inclusion, 
intersection judgment).
-  - Process geospatial analysis (e.g., buffer analysis, path planning).
+
+Geospatial types are special data types in databases used to store and 
manipulate geospatial data, which can represent geometric objects such as 
points, lines, and polygons,Core purposes are as follows:.
+- Store geographic location information (e.g., longitude and latitude).
+- Support spatial queries (e.g., distance calculation, area inclusion, 
intersection judgment).
+- Process geospatial analysis (e.g., buffer analysis, path planning).
 Geographic Information Systems are widely used in map services, logistics 
scheduling, location-based social networking, meteorological monitoring, etc. 
The core requirement is to efficiently store massive spatial data and support 
low-latency spatial computing.
 
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
index c910763e67d..8b9b711cca9 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
@@ -8,13 +8,10 @@
 
 
 
-## GEO类型文档
-
-地理空间类型是数据库中用于存储和操作地理空间数据的特殊数据类型,可表示点、线、面等几何对象。
-- 核心用途:
-  - 存储地理位置信息(如经纬度)。
-  - 支持空间查询(如距离计算、区域包含、相交判断)。
-  - 处理地理空间分析(如缓冲区分析、路径规划)。
+地理空间类型是数据库中用于存储和操作地理空间数据的特殊数据类型,可表示点、线、面等几何对象,核心用途如下。
+- 存储地理位置信息(如经纬度)。
+- 支持空间查询(如距离计算、区域包含、相交判断)。
+- 处理地理空间分析(如缓冲区分析、路径规划)。
 地理信息系统在地图服务、物流调度、位置社交、气象监测等领域有广泛应用,核心需求是高效存储海量空间数据并支持低延迟的空间计算。
 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to