Commit graph

1469 commits

Author SHA1 Message Date
Dane Springmeyer
9d1f73fc42 scons: enable the customization of LTDL (libtool) paths 2010-11-23 17:04:03 +00:00
Lucio Asnaghi
b4421bc39c + backports cosmetics
+ backports avoid static string as datasource name
2010-11-16 21:20:40 +00:00
Lucio Asnaghi
980098e2d5 - backport of occi changes to 0.7.2
- address wrong usage of spatial filter
- avoid using connection pool when not needed
- support collections and multiple geometry features correctly
2010-11-16 20:48:11 +00:00
Lucio Asnaghi
3349cb5823 + avoid using static string as datasource name 2010-11-16 17:54:13 +00:00
Lucio Asnaghi
76f1de2033 + osm dataset cosmetics
+ remove static datasource name string
2010-11-16 17:52:20 +00:00
Lucio Asnaghi
6a96d6c29e + backport changes to bind properly (no ogr calls in constructor)
+ backport layer_by_index (useful a lot)
2010-11-16 17:49:42 +00:00
Lucio Asnaghi
82ed88a940 + fix resolving the table name properly
+ remove unused imports
+ don't use static string for datasource name
2010-11-16 17:47:23 +00:00
Lucio Asnaghi
d8ea5582fb + backport of small change in raster datasource from trunk 2010-11-16 17:45:42 +00:00
Dane Springmeyer
707f2dca74 osm plugin: make sure to read in data from new file - closes #542 2010-11-13 21:46:40 +00:00
Dane Springmeyer
61c0b90a7a scons: make sure to check for curl - backport of fix for #651 from trunk 2010-11-08 21:20:57 +00:00
Dane Springmeyer
0cdb4b2aea allow occi plugin to compile against > 10g 2010-11-08 21:15:12 +00:00
Dane Springmeyer
bf14a62186 whoops, make the srid mutable not the type 2010-11-08 21:11:16 +00:00
Dane Springmeyer
6b08f1c793 fix compile of occi plugin after late binding patch 2010-11-08 21:06:37 +00:00
Dane Springmeyer
3fed886576 fix spelling of initial 2010-11-08 21:05:42 +00:00
Dane Springmeyer
aa7a3f8aae fix spelling of initial_size parameter in postgis plugin 2010-11-08 21:04:01 +00:00
Dane Springmeyer
8922aab266 fix spelling of minimum_version attribute 2010-11-08 21:01:23 +00:00
Robert Coup
5bbb5fbcf0 Allow late-binding of datasources. Backport of r2291 to 0.7.2-dev branch. closes #622 2010-10-24 07:56:43 +00:00
Dane Springmeyer
448c998a63 backport r2283 (fix for shapefile dupe features) - #647 2010-10-18 17:25:45 +00:00
Dane Springmeyer
790837f344 backport fix for attaching -pthreads to cxxflags on solaris 2010-10-12 05:43:54 +00:00
Dane Springmeyer
f1caa3bbd4 backport solaris fixes for python runpaths and pthreads from trunk 2010-10-12 05:26:08 +00:00
Dane Springmeyer
503da430dc backport fixes for compiling on sunos with g++ from r2174 and r2175 2010-10-05 00:10:37 +00:00
Jon Burgess
457f632b9c Remove calls to std::exit() to match trunk. Libraries should not call exit directly. 2010-09-24 15:45:39 +00:00
Dane Springmeyer
ff31c12879 backport fixes for overly locked proj.4 code - combo of r2063 and r2181 (closes #575) 2010-09-19 18:56:18 +00:00
Dane Springmeyer
09f271b6a1 scons: fix syntax error after svn merge from trunk 2010-08-30 22:41:07 +00:00
Dane Springmeyer
d0041cd6ce backport r2172 from trunk 2010-08-26 00:10:54 +00:00
Dane Springmeyer
33cb6af2b9 backport fix from trunk (thx haoyu) for sorting paths before checking boost (r2169,2170) 2010-08-21 05:40:37 +00:00
Dane Springmeyer
3621283ca9 mapnik2 forward compatibility for 0.7.2 XML syntax 2010-08-12 07:47:13 +00:00
Dane Springmeyer
8359ff19ba bump version to 0.7.2 2010-08-12 07:44:31 +00:00
Marcin Rudowski
427f0d0776 fix blending semitransparent raster images with background: #589 2010-08-11 22:06:36 +00:00
Dane Springmeyer
eba0b6fb45 scons: tweak logic for whether a path is a 'system' path, avoiding case where a custom path like /opt/mapnik/lib would be assumed to be a standard system path 2010-07-29 16:31:41 +00:00
Dane Springmeyer
1c74f2095f correct null shapes processing - closes #573 (backport from 2077) 2010-07-26 02:16:38 +00:00
Dane Springmeyer
ea43202344 + fixed template parameter shadowing (clang++) 2010-07-24 01:33:38 +00:00
Dane Springmeyer
e7b2a5dd4a be careful with output streams 2010-07-22 03:22:12 +00:00
Dane Springmeyer
1ffe6dcf94 boost 1.35 compatibility 2010-07-20 02:55:43 +00:00
Dane Springmeyer
b505a49312 fix library linking name 2010-07-16 23:43:44 +00:00
Dane Springmeyer
9265c75028 strip the file extention of '.shp', if provided, as the shapefile driver does not expect the ext. This allows a directory of shapefiles to be indexed like: 2010-07-16 23:29:45 +00:00
Dane Springmeyer
1d7b507572 add directory for C++ tests, and first C++ test against the font engine functions 2010-07-15 23:37:35 +00:00
Dane Springmeyer
c9941cf800 add helper functions for recursively registering fonts, and ensure they match one of the known freetype2 supported fonts (by ext) - closes #559 2010-07-15 23:05:51 +00:00
Dane Springmeyer
37df6ba211 output metadata about the searched plugin directories if a plugin cannot be found - closes #568 2010-07-15 21:13:03 +00:00
Dane Springmeyer
fd4ff876b6 scons: remove the '_CPPDEFFLAGS' variable, which otherwise would place -DNone in the compiler arguments when no other configure arguments are sent to scons 2010-07-15 16:33:45 +00:00
Dane Springmeyer
ffe5da46bd remove debugging line 2010-07-15 02:18:00 +00:00
Dane Springmeyer
22e6819272 scons: ensure pycairo headers are added 2010-07-15 02:17:30 +00:00
Dane Springmeyer
6097000322 scons: making sure things exist - prepping for out of source build 2010-07-15 00:39:07 +00:00
Dane Springmeyer
9a45c9d820 scons: better handling of PYTHON_INCLUDES and HAVE_LIBXML2 2010-07-15 00:20:38 +00:00
Dane Springmeyer
d75fb586d0 scons: only apply HAS_CAIRO & HAS_PYCAIRO flags to cairo related files 2010-07-14 22:46:37 +00:00
Dane Springmeyer
b8b2b726fe scons: only apply SHAPE_MEMORY_MAPPED_FILE to shapefile driver code 2010-07-14 22:39:55 +00:00
Dane Springmeyer
3d1e3ce8ac only expose save_to_cairo_file if cairo support available 2010-07-14 18:30:06 +00:00
Dane Springmeyer
ebc3001890 scons: make sure to initialize cairo variables 2010-07-14 05:34:09 +00:00
Dane Springmeyer
fd8695c107 scons: conditionally add CXXFLAGS for headers needing Cairo support 2010-07-14 05:08:28 +00:00
Dane Springmeyer
c2988656df backport r1955,1956 - db connection fixes 2010-07-14 02:00:57 +00:00