From: Regina Obe Date: Tue, 2 Jul 2013 15:43:56 +0000 (+0000) Subject: bah get rid of last example not quite the solution for problem after further ruminating. X-Git-Tag: 2.2.0rc1~1465 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7adb0717bb5c0bf316eb49f265826797ecded10;p=postgis bah get rid of last example not quite the solution for problem after further ruminating. git-svn-id: http://svn.osgeo.org/postgis/trunk@11607 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_measure.xml b/doc/reference_measure.xml index 7efd30fc0..fc194fc81 100644 --- a/doc/reference_measure.xml +++ b/doc/reference_measure.xml @@ -2149,11 +2149,11 @@ The current implementation supports only vertices as the discrete locations. Thi Examples - For each building, find the parcel that best covers it. The answer will return at most one record per building -and will return the parcel that it intersects where parts of building that don't intersect the parcel, the furthest part of building is closest to this parcel. + Basic furthest distance the point is to any part of the line postgis=# SELECT ST_MaxDistance('POINT(0 0)'::geometry, 'LINESTRING ( 2 0, 0 2 )'::geometry); st_maxdistance