]> granicus.if.org Git - postgis/commitdiff
try to put in some ids
authorRegina Obe <lr@pcorp.us>
Sat, 27 Oct 2012 04:18:27 +0000 (04:18 +0000)
committerRegina Obe <lr@pcorp.us>
Sat, 27 Oct 2012 04:18:27 +0000 (04:18 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@10573 b70326c6-7e19-0410-871a-916f4a2858ee

doc/using_postgis_dataman.xml

index 758177b518e70c83053886abec2183b6133bda78..c5f53ac44d1397e73d22ed0f2ce852ed4d0a2e85 100644 (file)
@@ -2393,7 +2393,7 @@ WHERE ST_DWithin(the_geom,  ST_MakeEnvelope(90900, 190900, 100100, 200100,312),
          </note>
        </sect2>
 
-       <sect2>
+       <sect2 id="examples_spatial_sql">
          <title>Examples of Spatial SQL</title>
 
          <para>The examples in this section will make use of two tables, a table
@@ -2417,7 +2417,7 @@ name       | character varying | City / Town Name
 the_geom   | geometry          | Location Geometry (Polygon)</programlisting>
 
          <qandaset>
-               <qandaentry>
+               <qandaentry id="qa_total_length_roads">
                  <question>
                        <para>What is the total length of all roads, expressed in
                        kilometers?</para>