From 46ce42d3cf8be2d1e742fbb6ee10bcc5e187eac7 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sat, 27 Oct 2012 04:18:27 +0000 Subject: [PATCH] try to put in some ids git-svn-id: http://svn.osgeo.org/postgis/trunk@10573 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/using_postgis_dataman.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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? -- 2.50.1