From: Sandro Santilli Date: Wed, 12 Jan 2005 09:38:24 +0000 (+0000) Subject: Added not for AUTOCACHE_BBOX setting X-Git-Tag: pgis_1_0_0RC1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c21a5704b3215e47b49663548083d686c5a8ee55;p=postgis Added not for AUTOCACHE_BBOX setting git-svn-id: http://svn.osgeo.org/postgis/trunk@1287 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile.config b/Makefile.config index b4fa58ce3..5e1bcb77a 100644 --- a/Makefile.config +++ b/Makefile.config @@ -44,6 +44,9 @@ USE_STATS=1 # # Set AUTOCACHE_BBOX to 0 if you want finer control over # bounding box computation and caching for your geometries. +# If you do, bbox computattion strategies are listed in +# the file lwgeom/BBOXCACHE_BEHAVIOURS, but don't expect +# them to be easy nor consistent. # AUTOCACHE_BBOX ?= 1