Dane Springmeyer
|
663c5ef726
|
remove commented code
|
2012-11-08 19:12:58 -05:00 |
|
Dane Springmeyer
|
8bb0058717
|
uncomment png test
|
2012-11-08 18:52:55 -05:00 |
|
Dane Springmeyer
|
3a9dd7724f
|
add tests and reference images (created at 211b102ec5 ) for ensuring consistent output of png encoding - refs #1557
|
2012-11-08 18:51:34 -05:00 |
|
Dane Springmeyer
|
f4cf1e68c8
|
fix main line
|
2012-11-08 17:38:29 -05:00 |
|
Dane Springmeyer
|
f8318c81be
|
sort by min time in the image speed encoding test
|
2012-11-08 16:42:18 -05:00 |
|
Dane Springmeyer
|
d0f0f9690f
|
zero color images are not valid - catch this earlier on - closes #1568
|
2012-11-08 16:39:31 -05:00 |
|
Dane Springmeyer
|
53c5933dbd
|
amend 2d0bd726c3 - patch from @lightmare - refs #1557
|
2012-11-08 16:33:18 -05:00 |
|
Dane Springmeyer
|
2d0bd726c3
|
remove uneeded loop in no alpha octree encoding - refs #1557
|
2012-11-06 12:38:58 -05:00 |
|
Dane Springmeyer
|
6b155dbc85
|
format as per mapnik c++ style
|
2012-11-06 11:53:23 -05:00 |
|
Dane Springmeyer
|
211b102ec5
|
support writing full color png with rgb only (no alpha) - closes #1559
|
2012-11-06 11:44:44 -05:00 |
|
Dane Springmeyer
|
2874664d70
|
throw if tdefl_init fails
|
2012-11-06 11:33:11 -05:00 |
|
Dane Springmeyer
|
dcee6480f6
|
add test for #1559
|
2012-11-06 11:16:11 -05:00 |
|
Dane Springmeyer
|
2446e573c9
|
remove unused alpha handling code in octree originally added in 201461e8c9 but made redundant in b3711b07d1
|
2012-11-06 09:37:06 -05:00 |
|
Dane Springmeyer
|
cd3cc31752
|
support writing rgb (no a) images with miniz - refs #1554
|
2012-11-06 09:19:40 -05:00 |
|
Dane Springmeyer
|
5a99d7fbdb
|
add miniz support - closes #1554
|
2012-11-04 07:10:05 -05:00 |
|
Dane Springmeyer
|
f9fa9c2461
|
Add support for missing user ability to set Z_FIXED zlib strategy
|
2012-11-04 06:58:25 -05:00 |
|
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 |
|