This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mapnik
Watch
1
Star
0
Fork
0
You've already forked mapnik
mirror of
https://github.com/mapnik/mapnik.git
synced
2025-12-08 20:13:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mapnik
/
plugins
/
input
/
postgis
History
Lucio Asnaghi
cffa0a07d6
+ aligned postgis to use the new box2d::from_string
...
+ thrash usage of static string for datasource name
2010-11-14 14:56:35 +00:00
..
connection_manager.hpp
remove duplicate locks - handled in pool.hpp already (mapnik held up fine this way in the wms benchmarks)
2010-09-14 17:08:18 +00:00
connection.hpp
postgis: allow for altering the default behavior of keeping open postgresql connections until the whole process ends - when 'persist_connection' = false new connections will be opened and closed for each datasource instance. (
closes
#434
)
2009-10-14 04:21:46 +00:00
cursorresultset.hpp
+ apply PostgisImprovements.diff (rcoup) for record_limit and cursur_size support (
#140
)
2009-02-05 17:41:44 +00:00
Makefile.am
wrong header names -> make dist failed
2009-04-05 07:49:23 +00:00
postgis.cpp
+ aligned postgis to use the new box2d::from_string
2010-11-14 14:56:35 +00:00
postgis.hpp
+ aligned postgis to use the new box2d::from_string
2010-11-14 14:56:35 +00:00
postgisfs.cpp
+ simplify geometry implementation
2010-11-03 13:19:15 +00:00
resultset.hpp
+ apply PostgisImprovements.diff (rcoup) for record_limit and cursur_size support (
#140
)
2009-02-05 17:41:44 +00:00
SConscript
Add the ability to pass custom CXXFLAGS and LDFLAGS that will be prioritized above other compiler and linker flags
2010-09-18 18:02:15 +00:00