Dane Springmeyer
|
56f3874ecf
|
update CHANGELOG after #1556
|
2012-11-04 06:32:51 -05:00 |
|
Dane Springmeyer
|
eda4436b51
|
ensure that the transparency level option is passed to the octree encoder - closes #1556
|
2012-11-04 06:16:18 -05:00 |
|
Dane Springmeyer
|
a1e00cc374
|
mapnik c++ style
|
2012-11-04 06:13:17 -05:00 |
|
Dane Springmeyer
|
d97d8c35a3
|
formatting
|
2012-11-01 14:52:02 -07:00 |
|
Dane Springmeyer
|
fb10c670bc
|
renable value_type for coord_transform (needed for SVG_RENDERER) - patch from michael_us (mapniknet project)
|
2012-11-01 10:47:49 -07:00 |
|
Dane Springmeyer
|
2b767d650c
|
fix string representation of expr when not built against a boost with icu support
|
2012-11-01 10:31:45 -07:00 |
|
Dane Springmeyer
|
cea31234fa
|
allow building svg_renderer again - refs #1438
|
2012-11-01 10:07:29 -07:00 |
|
Dane Springmeyer
|
2cf429db08
|
start disabling svg_renderer features to get closer to compiling - refs #1438
|
2012-11-01 10:05:50 -07:00 |
|
Dane Springmeyer
|
0ccf9254ec
|
include what you use
|
2012-11-01 10:02:08 -07:00 |
|
Dane Springmeyer
|
5ef08b557b
|
fix namespace usage
|
2012-10-30 19:21:34 -07:00 |
|
Dane Springmeyer
|
82b15bdd68
|
be more explicit about unsigned type for rgba_palette::quantize
|
2012-10-30 16:55:06 -07:00 |
|
Dane Springmeyer
|
ee68734975
|
use empty instead of size as per mapnik c++ style
|
2012-10-30 11:00:51 -07:00 |
|
Dane Springmeyer
|
10f6fbc731
|
improve error message when datasource plugin is not available
|
2012-10-30 11:00:24 -07:00 |
|
Dane Springmeyer
|
a62e791d73
|
tweak a few tests to only run if shape.input is available
|
2012-10-29 11:19:17 -07:00 |
|
Dane Springmeyer
|
ae156671be
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-10-26 18:19:07 -07:00 |
|
Dane Springmeyer
|
9040d2ac9d
|
fix feature-cache for rasters - TODO: no intersection check option for memory_featureset
|
2012-10-26 18:18:35 -07:00 |
|
artemp
|
85192afe2b
|
+ avoid creating duplicate attributes
|
2012-10-26 12:15:31 +01:00 |
|
Dane Springmeyer
|
f7bd53c0d3
|
make a note about what Z_DEFAULT_COMPRESSION means to zlib
|
2012-10-25 13:30:14 -07:00 |
|
Dane Springmeyer
|
888e6ec941
|
more image encoding tests - also output length of image for rough size comparision
|
2012-10-25 13:15:33 -07:00 |
|
Dane Springmeyer
|
28c35055e4
|
fix null feature handling in ogr input - closes #1542
|
2012-10-20 20:16:17 -07:00 |
|
Dane Springmeyer
|
f7333542f2
|
add test for #1542 - currently hangs mapnik
|
2012-10-20 20:07:12 -07:00 |
|
Dane Springmeyer
|
9de2dcb5b6
|
remove invalid datasource base
|
2012-10-20 16:55:00 -07:00 |
|
Dane Springmeyer
|
42661cf6e4
|
wrap long code lines
|
2012-10-20 16:20:32 -07:00 |
|
Dane Springmeyer
|
fbc02a4458
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-10-19 17:06:17 -07:00 |
|
Dane Springmeyer
|
bc4a74f5b0
|
python plugin: catch and report exceptions, closes #1422
|
2012-10-19 17:05:51 -07:00 |
|
Dane Springmeyer
|
9aff7f08f3
|
Merge pull request #1541 from mapycz/compositing
Fix 'blur' and 'invert' image-filters to honor alpha
|
2012-10-19 17:04:26 -07:00 |
|
Mickey Rose
|
c3702404cb
|
image_filter: make 'gray' and 'invert' filters honor alpha
|
2012-10-20 00:08:23 +02:00 |
|
Mickey Rose
|
b335d5ea8e
|
image_filter: extract apply_filter boilerplate, pass filter by reference
|
2012-10-19 22:05:40 +02:00 |
|
Dane Springmeyer
|
8c2604e69c
|
osm input: remove string hack and set feature_id to osm node id
|
2012-10-16 17:46:24 -07:00 |
|
Dane Springmeyer
|
b46c5ddeb1
|
fix error language when a file cannot be found
|
2012-10-16 17:45:33 -07:00 |
|
Dane Springmeyer
|
3980eea30a
|
workaround odd nose problem causing the run_tests function to be called even if the file is not main - refs #1539
|
2012-10-16 12:49:12 -07:00 |
|
Dane Springmeyer
|
1c9aa5bc09
|
remove debugging print - refs #1477
|
2012-10-16 12:23:26 -07:00 |
|
Dane Springmeyer
|
3252233a42
|
Merge pull request #1539 from mapycz/compositing
Image filters and compositing tests on New Zealand
|
2012-10-16 11:27:30 -07:00 |
|
Mickey Rose
|
8dca9dbb2b
|
tests: fix svg render test output filename
|
2012-10-16 18:40:24 +02:00 |
|
Mickey Rose
|
187ce93a60
|
tests: add style_level_image_filter test
|
2012-10-16 18:40:24 +02:00 |
|
Mickey Rose
|
2ee6c1e0e0
|
tests: add style_level_comp_op test
|
2012-10-16 18:40:24 +02:00 |
|
Mickey Rose
|
ccbfec8686
|
tests: add New Zealand shapefiles from Natural Earth
|
2012-10-16 18:40:24 +02:00 |
|
Mickey Rose
|
9fdda8cf4a
|
tests: save side-by-side reference/failed compositing images
|
2012-10-16 18:40:16 +02:00 |
|
Mickey Rose
|
465cf0aa21
|
tests: utility function for separate python tests
|
2012-10-16 17:46:34 +02:00 |
|
Dane Springmeyer
|
17e97c595a
|
add a passing test that works around #1537 by manually setting key_field to string field
|
2012-10-15 17:06:43 -07:00 |
|
Dane Springmeyer
|
72124a9f8a
|
apply patch from @lightmare fixing image_filter getter - closes #1534
|
2012-10-15 08:52:13 -07:00 |
|
Dane Springmeyer
|
38d9163f78
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-10-10 14:38:04 -07:00 |
|
Dane Springmeyer
|
6947d17b44
|
add line offset example
|
2012-10-10 14:35:46 -07:00 |
|
Dane Springmeyer
|
0cafbc9460
|
warn if a Datasource template is not found
|
2012-10-10 14:33:56 -07:00 |
|
Dane Springmeyer
|
c53b6075eb
|
properly set MAPNIK_DECL for mapnik::rule - closes #1527
|
2012-10-10 12:35:02 -07:00 |
|
Dane Springmeyer
|
ccda92fed1
|
Revert "finish moving symbolizers out of rule"
This reverts commit 20a317860d .
|
2012-10-10 10:51:06 -07:00 |
|
Dane Springmeyer
|
1f11aeb95a
|
Revert "move symbolizers typedef out of rule and be explicit about including config.hpp for MAPNIK_DECL - refs #1527"
This reverts commit bf5ffd04f4 .
|
2012-10-10 10:50:56 -07:00 |
|
Dane Springmeyer
|
858252323c
|
only link to agg if needed
|
2012-10-10 10:23:04 -07:00 |
|
Dane Springmeyer
|
a7f2eacd76
|
scons: only depend on libagg if it will be built
|
2012-10-10 10:19:24 -07:00 |
|
Dane Springmeyer
|
20a317860d
|
finish moving symbolizers out of rule
|
2012-10-10 10:02:45 -07:00 |
|