Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy committed Oct 22, 2021
1 parent 450f5ba commit 7233d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-2.0/3.ngql-guide/3.data-types/10.geography.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## GEOGRAPHY

GEOGRAPHY的基本类型是点,`经度 纬度`确定一个点,例如`"POINT(3 8)"`表示经度为``,纬度为``。多个点可以构成线段或多边形。
GEOGRAPHY的基本类型是点,由经纬度确定一个点,例如`"POINT(3 8)"`表示经度为``,纬度为``。多个点可以构成线段或多边形。

|类型|示例|说明|
|:--|:--|:--|
Expand Down

0 comments on commit 7233d1a

Please sign in to comment.