mapnik/plugins/input
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
..
gdal build plugins without .so extension 2007-09-17 20:16:43 +00:00
postgis Fixed envelope() method to return borrowed connection 2007-09-18 14:00:27 +00:00
raster build plugins without .so extension 2007-09-17 20:16:43 +00:00
shape build plugins without .so extension 2007-09-17 20:16:43 +00:00
Makefile.am + added GNU autotools build environment 2007-09-14 23:07:16 +00:00