Commit graph

1494 commits

Author SHA1 Message Date
Dane Springmeyer
fa6eb983af backport fixes from trunk for null and multipatch shape types 2011-05-19 22:00:41 +00:00
Dane Springmeyer
fffae3c3d6 update 0.7.2 changelog 2011-05-19 22:00:13 +00:00
Robert Coup
579f4d7484 Make python bindings for cairo work when running with git and not svn 2011-02-28 21:49:53 +00:00
Dane Springmeyer
deab48dddc one last workaround for now to fix potential gdal -framework configuration problem 2011-02-06 05:30:31 +00:00
Dane Springmeyer
ba4f6feecc forward compatibility with where mapnik 2.0 is going by changing underscores to dashes - see #644 2011-02-05 02:56:18 +00:00
Dane Springmeyer
48c4a86abb backport r2570 from trunk - fix for gdal framework installer 2011-02-05 02:12:22 +00:00
Dane Springmeyer
70b5f62759 tabs -> spaces 2011-02-05 01:48:43 +00:00
Dane Springmeyer
921d77557a remove code accidentally committed in r2547 2011-02-05 01:40:46 +00:00
Dane Springmeyer
80aab72438 add missing serialization of max_char_angle_delta 2011-02-02 03:38:14 +00:00
Dane Springmeyer
72399f0b23 fix reading of height value for building_symbolizer 2011-01-28 20:47:09 +00:00
Marcin Rudowski
9e0b15f814 replace cairo_pattern with trunk implementation to remove missing rasters bug with cairo (referencing data_ after delete) 2011-01-23 15:30:49 +00:00
Marcin Rudowski
c14d063069 missing mapnik2 XML compatibility for ShieldSymbolizer 2011-01-23 15:23:24 +00:00
Dane Springmeyer
c378ddb55e boost filesystem v3 support, ported from trunk 2011-01-06 00:29:03 +00:00
Dane Springmeyer
4a962d9d9e allow clang trunk compile 2011-01-06 00:28:16 +00:00
Dane Springmeyer
2ee9c3b5f3 better handling of alpha blending - patch from cdestigter - closes #674 2010-12-21 18:59:51 +00:00
Dane Springmeyer
5646dc3e33 actually add the mapnik.dtd 2010-12-15 17:23:43 +00:00
Dane Springmeyer
5c52488666 add draft xml dtd for validating xml stylesheets - #684 2010-12-13 17:52:59 +00:00
Dane Springmeyer
b713413b5c typo 2010-12-03 16:46:46 +00:00
Dane Springmeyer
48c41c305a fix compile error in gdal plugin when building in debug mode, due to patch backported from trunk innapropriately 2010-12-03 16:39:55 +00:00
Dane Springmeyer
81f4e50e8f actually parse label_position_tolerance from xml 2010-12-01 17:40:17 +00:00
Dane Springmeyer
ed2e364cf8 scons: linking libmapnik to boost_system is required solaris in 64 bit 2010-12-01 02:48:48 +00:00
Dane Springmeyer
23a77266ab scons: solaris expects 64 bit python modules to be in a subdirectory called '64' that appears to not need an __init__.py 2010-12-01 02:00:48 +00:00
Dane Springmeyer
166e1b35a5 scons: test whether python is 64bit enabled 2010-12-01 01:42:19 +00:00
Dane Springmeyer
1b42882c90 scons: enable user configuration of C compiler - only used in configure checks 2010-11-30 18:47:41 +00:00
Robert Coup
ceb16fbb26 #584: make \n trigger line breaks in labels. 2010-11-30 02:53:41 +00:00
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