Skip to content

Commit e51ace3

Browse files
Remove link to Cartesian CRSs (#1016)
1 parent d8da0a1 commit e51ace3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/values-and-types/spatial.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ RETURN toInteger(point.distance(p1, p2)/1000) AS km
9797

9898
Two Cartesian Coordinate Reference Systems (CRS) are supported, modeling points in euclidean space:
9999

100-
* link:https://spatialreference.org/ref/sr-org/7203/[Cartesian 2D]
100+
* *Cartesian 2D*
101101
** A 2D point in the _Cartesian_ CRS is specified with a map containing `x` and `y` coordinate values
102-
** Specifying this CRS can be done using either the name 'cartesian' or the SRID 7203 as described in xref::functions/spatial.adoc#functions-point-cartesian-2d[Point(Cartesian)]
103-
* link:https://spatialreference.org/ref/sr-org/9157/[Cartesian 3D]
102+
** Specifying this CRS can be done using either the name 'cartesian' or the SRID 7203 as described in xref::functions/spatial.adoc#functions-point-cartesian-2d[point() - Cartesian 2D]
103+
* *Cartesian 3D*
104104
** A 3D point in the _Cartesian_ CRS is specified with a map containing `x`, `y` and `z` coordinate values
105105
** Specifying this CRS can be done using either the name 'cartesian-3d' or the SRID 9157 as described in xref::functions/spatial.adoc#functions-point-cartesian-3d[Point(Cartesian-3D)]
106106

0 commit comments

Comments
 (0)