mapnik/plugins/input/postgis
Artem Pavlenko 066c8dfa1a Fixed envelope() method to return borrowed connection
NOTE : Always wrap connection into PoolGuard !!!
 
PoolGuard<shared_ptr<Connection>,shared_ptr<Pool<Connection,ConnectionCreator> > > guard(conn,pool);
2007-09-18 14:00:27 +00:00
..
connection.hpp 1. Removed srid from geometry class 2007-06-12 08:59:54 +00:00
connection_manager.hpp 1. Removed srid from geometry class 2007-06-12 08:59:54 +00:00
Makefile.am build plugins without .so extension 2007-09-17 20:16:43 +00:00
postgis.cpp Fixed envelope() method to return borrowed connection 2007-09-18 14:00:27 +00:00
postgis.hpp 1.Added support for building on Darwin (Xcode 2.4.1, gcc4.0.1). 2007-03-16 10:11:37 +00:00
postgisfs.cpp 1. Changed internal geometry representation (explicit support for multi geometries) 2007-09-16 11:23:51 +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 link to fribidi on Darwin 2007-09-07 15:46:51 +00:00