Fixed grammatical typos in gis docs.
This commit is contained in:
parent
6dd503851c
commit
2b31f14d89
|
@ -11,10 +11,7 @@ GeoQuerySet API Reference
|
||||||
Spatial Lookups
|
Spatial Lookups
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Just like when using the :ref:`queryset-api`, interaction
|
The spatial lookups in this section are available for :class:`GeometryField`.
|
||||||
with ``GeoQuerySet`` by :ref:`chaining filters <chaining-filters>`.
|
|
||||||
Instead of the regular Django :ref:`field-lookups`, the
|
|
||||||
spatial lookups in this section are available for :class:`GeometryField`.
|
|
||||||
|
|
||||||
For an introduction, see the :ref:`spatial lookups introduction
|
For an introduction, see the :ref:`spatial lookups introduction
|
||||||
<spatial-lookups-intro>`. For an overview of what lookups are
|
<spatial-lookups-intro>`. For an overview of what lookups are
|
||||||
|
@ -294,7 +291,7 @@ SpatiaLite SQL equivalent::
|
||||||
Oracle
|
Oracle
|
||||||
~~~~~~
|
~~~~~~
|
||||||
|
|
||||||
Here the relation pattern is comprised at least one of the nine relation
|
Here the relation pattern is comprised of at least one of the nine relation
|
||||||
strings: ``TOUCH``, ``OVERLAPBDYDISJOINT``, ``OVERLAPBDYINTERSECT``,
|
strings: ``TOUCH``, ``OVERLAPBDYDISJOINT``, ``OVERLAPBDYINTERSECT``,
|
||||||
``EQUAL``, ``INSIDE``, ``COVEREDBY``, ``CONTAINS``, ``COVERS``, ``ON``, and
|
``EQUAL``, ``INSIDE``, ``COVEREDBY``, ``CONTAINS``, ``COVERS``, ``ON``, and
|
||||||
``ANYINTERACT``. Multiple strings may be combined with the logical Boolean
|
``ANYINTERACT``. Multiple strings may be combined with the logical Boolean
|
||||||
|
|
|
@ -94,7 +94,7 @@ Add ``django.contrib.gis`` to :setting:`INSTALLED_APPS`
|
||||||
|
|
||||||
Like other Django contrib applications, you will *only* need to add
|
Like other Django contrib applications, you will *only* need to add
|
||||||
:mod:`django.contrib.gis` to :setting:`INSTALLED_APPS` in your settings.
|
:mod:`django.contrib.gis` to :setting:`INSTALLED_APPS` in your settings.
|
||||||
This is the so that ``gis`` templates can be located -- if not done, then
|
This is so that the ``gis`` templates can be located -- if not done, then
|
||||||
features such as the geographic admin or KML sitemaps will not function properly.
|
features such as the geographic admin or KML sitemaps will not function properly.
|
||||||
|
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
|
|
Loading…
Reference in New Issue