diff options
| author | Tim Graham <timograham@gmail.com> | 2014-08-02 10:27:01 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-08-02 10:27:01 -0400 |
| commit | fb4f3e04b13681c5ec4cbf37d280ffebc887d620 (patch) | |
| tree | 9454b59481d72c063c65c67181b393740eed8bb6 /docs/ref/contrib | |
| parent | de0a22be35bbe6f23d826bcc9aa27756ffe59e8c (diff) | |
Updated MySQL links to version 5.6.
Diffstat (limited to 'docs/ref/contrib')
| -rw-r--r-- | docs/ref/contrib/gis/db-api.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/db-api.txt b/docs/ref/contrib/gis/db-api.txt index 619fc6a985..c9e9f1fc28 100644 --- a/docs/ref/contrib/gis/db-api.txt +++ b/docs/ref/contrib/gis/db-api.txt @@ -29,7 +29,8 @@ MySQL Spatial Limitations MySQL's spatial extensions only support bounding box operations (what MySQL calls minimum bounding rectangles, or MBR). Specifically, -`MySQL does not conform to the OGC standard <http://dev.mysql.com/doc/refman/5.1/en/functions-for-testing-spatial-relations-between-geometric-objects.html>`_: +`MySQL does not conform to the OGC standard +<http://dev.mysql.com/doc/refman/5.6/en/spatial-relation-functions.html>`_: Currently, MySQL does not implement these functions [``Contains``, ``Crosses``, ``Disjoint``, ``Intersects``, ``Overlaps``, @@ -52,6 +53,7 @@ on a different spatial backend. Creating and Saving Geographic Models ===================================== + Here is an example of how to create a geometry object (assuming the ``Zipcode`` model):: @@ -303,8 +305,8 @@ Method PostGIS Oracle SpatiaLite .. [#fnewkb] *See* `PostGIS EWKB, EWKT and Canonical Forms <http://postgis.refractions.net/documentation/manual-1.5/ch04.html#EWKB_EWKT>`_, PostGIS documentation at Ch. 4.1.2. .. [#fngeojson] *See* Howard Butler, Martin Daly, Allan Doyle, Tim Schaub, & Christopher Schmidt, `The GeoJSON Format Specification <http://geojson.org/geojson-spec.html>`_, Revision 1.0 (June 16, 2008). .. [#fndistsphere15] *See* `PostGIS 1.5 documentation <http://postgis.refractions.net/documentation/manual-1.5/ST_Distance_Sphere.html>`_ on ``ST_distance_sphere``. -.. [#fnmysqlidx] *See* `Creating Spatial Indexes <http://dev.mysql.com/doc/refman/5.1/en/creating-spatial-indexes.html>`_ - in the MySQL 5.1 Reference Manual: +.. [#fnmysqlidx] *See* `Creating Spatial Indexes <http://dev.mysql.com/doc/refman/5.6/en/creating-spatial-indexes.html>`_ + in the MySQL Reference Manual: For MyISAM tables, ``SPATIAL INDEX`` creates an R-tree index. For storage engines that support nonspatial indexing of spatial columns, the engine |
