mapnik/plugins/input/postgis
Artem Pavlenko 459f43b39c 1. use more precise coord values in SQL statements.
2. added extra parameter 'estimate_extent'. By default, exact extent will be calulated e.g :
    select extent(geom) from table_name;
Sometimes it is more practical (faster!) to use estimated extent
    select estimated_extent('table_name','geom');
but it is somewhere around 95% accurate.
Usage:
     ....   
     params["estimate_extent"]="true";
     ....
2006-10-09 20:57:04 +00:00
..
connection.hpp wrap C headers with : 2006-08-31 21:32:07 +00:00
connection_manager.hpp Use <mapnik/*.hpp> includes. Thanks to Vince Spader from 10east.com 2006-10-05 09:00:36 +00:00
postgis.cpp 1. use more precise coord values in SQL statements. 2006-10-09 20:57:04 +00:00
postgis.hpp Use <mapnik/*.hpp> includes. Thanks to Vince Spader from 10east.com 2006-10-05 09:00:36 +00:00
postgisfs.cpp Bugfix for PostGIS plugin. 2006-10-09 20:09:46 +00:00
property_index.hpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
resultset.hpp changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
SConscript 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00