summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-04-15 18:26:25 +0200
committerClaude Paroz <claude@2xlibre.net>2013-04-15 18:28:20 +0200
commitbfb2504402ea80962f457cb042d9fef21439feb9 (patch)
treecd2be596f70091b7fe0c927b0128a914cdc803c1
parent1de63cccb101fc801b60eb5ed42663a9499e595a (diff)
Added a tip about --layer param of ogrinspect for databases
Refs #20260.
-rw-r--r--docs/ref/contrib/gis/commands.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/commands.txt b/docs/ref/contrib/gis/commands.txt
index 3dd161ce1d..015a1f9741 100644
--- a/docs/ref/contrib/gis/commands.txt
+++ b/docs/ref/contrib/gis/commands.txt
@@ -47,7 +47,8 @@ of using ``ogrinspect`` :ref:`in the tutorial <ogrinspect-intro>`.
The key for specifying which layer in the OGR
:class:`~django.contrib.gis.gdal.DataSource` source to use.
Defaults to 0 (the first layer). May be an integer or a string identifier
- for the :class:`~django.contrib.gis.gdal.Layer`.
+ for the :class:`~django.contrib.gis.gdal.Layer`. When inspecting databases,
+ ``layer`` is generally the table name you want to inspect.
.. django-admin-option:: --mapping