不要怂,就是干,撸起袖子干!

Commit 29901187 by Shivam Kalra Committed by GitHub

docs(geometry): update link (#13067 #12937)

Co-authored-by: john gravois <jagravois@gmail.com>
1 parent 4063c2ab
Showing with 1 additions and 1 deletions
...@@ -794,7 +794,7 @@ class ARRAY extends ABSTRACT { ...@@ -794,7 +794,7 @@ class ARRAY extends ABSTRACT {
* In PostGIS, the GeoJSON is parsed using the PostGIS function `ST_GeomFromGeoJSON`. * In PostGIS, the GeoJSON is parsed using the PostGIS function `ST_GeomFromGeoJSON`.
* In MySQL it is parsed using the function `GeomFromText`. * In MySQL it is parsed using the function `GeomFromText`.
* *
* Therefore, one can just follow the [GeoJSON spec](http://geojson.org/geojson-spec.html) for handling geometry objects. See the following examples: * Therefore, one can just follow the [GeoJSON spec](https://tools.ietf.org/html/rfc7946) for handling geometry objects. See the following examples:
* *
* @example <caption>Defining a Geometry type attribute</caption> * @example <caption>Defining a Geometry type attribute</caption>
* DataTypes.GEOMETRY * DataTypes.GEOMETRY
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!