Skip to content

Commit d4b294c

Browse files
Remove link to Cartesian CRSs (#1016)
1 parent a8214df commit d4b294c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

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

98-
* link:https://spatialreference.org/ref/sr-org/7203/[Cartesian 2D]
98+
* *Cartesian 2D*
9999
** A 2D point in the _Cartesian_ CRS is specified with a map containing `x` and `y` coordinate values
100100
** 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]
101-
* link:https://spatialreference.org/ref/sr-org/9157/[Cartesian 3D]
101+
* *Cartesian 3D*
102102
** A 3D point in the _Cartesian_ CRS is specified with a map containing `x`, `y` and `z` coordinate values
103103
** 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)]
104104

0 commit comments

Comments
 (0)