From: Paul Ramsey Date: Fri, 10 Sep 2004 16:41:42 +0000 (+0000) Subject: Added 'recommended' to proj/geos flags X-Git-Tag: pgis_1_0_0RC1~462 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4779dfa1aa4c0c2e6e2de9b6773fb86318eedbc;p=postgis Added 'recommended' to proj/geos flags git-svn-id: http://svn.osgeo.org/postgis/trunk@802 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index b4bbb5b07..1b8b113a9 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ # database. #--------------------------------------------------------------- -# Set USE_PROJ to 1 for Proj4 reprojection support +# Set USE_PROJ to 1 for Proj4 reprojection support (recommended) # # Reprojection allows you to transform coordinate systems # in the database with the Transform() function. @@ -20,7 +20,7 @@ endif #--------------------------------------------------------------- # Set USE_GEOS to 1 for GEOS spatial predicate and operator -# support +# support (recommended) # # GEOS allows you to do exact topological tests, such as # Intersects() and Touches(), as well as geometry operations,