From: Regina Obe Date: Sat, 27 Oct 2012 04:18:27 +0000 (+0000) Subject: try to put in some ids X-Git-Tag: 2.1.0beta2~448 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46ce42d3cf8be2d1e742fbb6ee10bcc5e187eac7;p=postgis try to put in some ids git-svn-id: http://svn.osgeo.org/postgis/trunk@10573 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/using_postgis_dataman.xml b/doc/using_postgis_dataman.xml index 758177b51..c5f53ac44 100644 --- a/doc/using_postgis_dataman.xml +++ b/doc/using_postgis_dataman.xml @@ -2393,7 +2393,7 @@ WHERE ST_DWithin(the_geom, ST_MakeEnvelope(90900, 190900, 100100, 200100,312), - + Examples of Spatial SQL 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) - + What is the total length of all roads, expressed in kilometers?