Dane Springmeyer
|
986f47e959
|
remove demo/test files which were moved to tests/python_tests in c84ddc825e - refs #1460
|
2013-10-25 19:01:09 -07:00 |
|
Dane Springmeyer
|
3037fe9ef7
|
readme touchups
|
2013-10-25 17:17:00 -07:00 |
|
Dane Springmeyer
|
adabe3022d
|
add harfbuzz branch testcases
|
2013-10-23 23:59:14 -07:00 |
|
Dane Springmeyer
|
dcbbcdd8a9
|
make label-position-tolerance a double, as it should have been all along
|
2013-10-23 23:48:24 -07:00 |
|
Dane Springmeyer
|
2ef7f13d53
|
fix indent
|
2013-10-23 21:12:36 -07:00 |
|
Dane Springmeyer
|
f14854912c
|
backport ecf8c20938 from master
|
2013-10-23 18:24:04 -07:00 |
|
Vross
|
771964a770
|
datasource_cache: display correctly the error message
|
2013-10-23 17:44:27 -07:00 |
|
Dane Springmeyer
|
cb04fc0b34
|
apply bbox clipping fix to shield symbolizer as applied to text in 96fff72837 - refs #2049
|
2013-10-23 17:41:24 -07:00 |
|
Dane Springmeyer
|
bc2ee11d9a
|
fix text related test failures on ubuntu precise/g++-4.7 - refs #2049
|
2013-10-23 17:41:15 -07:00 |
|
Dane Springmeyer
|
8272b0b3db
|
remove dead code
|
2013-10-22 21:13:02 -07:00 |
|
Dane Springmeyer
|
c881fee7f0
|
respect args passed to apply_to_layer which repairs broken mapnik::request usage (#1737) after 7495d2f381
|
2013-10-15 18:12:07 -04:00 |
|
Dane Springmeyer
|
fc0ca0d847
|
merge with remote 2.3.x
|
2013-10-14 17:51:17 -04:00 |
|
Dane Springmeyer
|
1aad73b2ad
|
iwyu
|
2013-10-14 17:47:51 -04:00 |
|
Dane Springmeyer
|
5e86e8680d
|
Merge pull request #2040 from mojodna/fix-debug-build
Fix debug build in 2.3.x
|
2013-10-14 14:44:49 -07:00 |
|
Seth Fitzsimmons
|
1304a6a1b8
|
Fix reference to non-existent 'colors'
Allows builds with DEBUG=true to succeed.
|
2013-10-14 14:40:19 -07:00 |
|
Hermann Kraus
|
cf7aa83bd8
|
Only call function if it is actually built.
|
2013-10-14 02:24:36 +02:00 |
|
Dane Springmeyer
|
1e024984e7
|
correct signed/unsigned comparison in image filter visitor
|
2013-10-05 17:37:23 -07:00 |
|
Dane Springmeyer
|
5672ad9285
|
tests: wrap all web tests in try catch to avoid failures with older versions
|
2013-10-04 14:07:38 -07:00 |
|
Dane Springmeyer
|
2b1a725f15
|
handle conditional compile of webp options not available before webp-v0.1.99
|
2013-10-04 13:34:07 -07:00 |
|
Dane Springmeyer
|
d9f6df3987
|
Add wiki page link
|
2013-10-04 13:33:33 -07:00 |
|
Dane Springmeyer
|
cd27e521d4
|
update webp defaults to use WebPConfigInit
|
2013-10-04 12:59:47 -07:00 |
|
Dane Springmeyer
|
55974c3105
|
Add ticket reference for png format default change
|
2013-10-04 12:41:46 -07:00 |
|
Dane Springmeyer
|
0c1fcd7098
|
expose all remaining webp encoding options except for 'show_compression' - refs #1964
|
2013-10-04 01:03:20 -07:00 |
|
Dane Springmeyer
|
732fefb9e1
|
webp: use WebPConfig instead of custom options struct
|
2013-10-04 00:24:30 -07:00 |
|
Dane Springmeyer
|
be7d0a55c2
|
webp: cleanup option handling
|
2013-10-03 23:59:10 -07:00 |
|
Dane Springmeyer
|
0fb718a4fd
|
default to hextree encoding for 'png' format + png options cleanup
|
2013-10-03 23:40:19 -07:00 |
|
Dane Springmeyer
|
d17f897671
|
tests: be more explicit about png encoding comparison formats
|
2013-10-03 23:37:19 -07:00 |
|
Dane Springmeyer
|
805be3daa5
|
tests: add visual test using multiple blurs
|
2013-10-03 17:52:52 -07:00 |
|
Dane Springmeyer
|
0224ce3019
|
add support for seamless blurring - closes #1478
|
2013-10-03 16:37:09 -07:00 |
|
Dane Springmeyer
|
e276d8fe35
|
enable new test
|
2013-10-03 16:32:38 -07:00 |
|
Dane Springmeyer
|
de45801a37
|
Add visual test of multiple chained image filters
|
2013-10-03 16:32:15 -07:00 |
|
Dane Springmeyer
|
8e9028e931
|
use std::fabs not fabs
|
2013-10-03 13:28:42 -07:00 |
|
Dane Springmeyer
|
5f092c7130
|
ctrans: add getter for offsets
|
2013-10-03 12:06:52 -07:00 |
|
Dane Springmeyer
|
879aec064a
|
ensure we do not query layers with no active styles
|
2013-10-03 11:25:05 -07:00 |
|
Dane Springmeyer
|
83fde93411
|
add note about #2000 to changelog
|
2013-10-02 17:20:20 -07:00 |
|
Dane Springmeyer
|
fdf9288ba7
|
add xml needed for f91ae9f51c
|
2013-10-02 17:16:58 -07:00 |
|
Dane Springmeyer
|
371d79774a
|
avoid integer overflows in agg by using clamping in agg:iround with agg::rasterizer_sl_clip_int_sat - closes #2000
|
2013-10-02 17:08:22 -07:00 |
|
Dane Springmeyer
|
f847a67ee9
|
fix span_image_resample_rgba
|
2013-10-02 16:55:11 -07:00 |
|
Dane Springmeyer
|
f91ae9f51c
|
benchmark: add new rendering test harness and use to compare clipping impact on speeds at high and low zoom
|
2013-10-02 16:09:32 -07:00 |
|
Dane Springmeyer
|
0624ec31dc
|
benchmark: add conv_clip_polygon + very basic validation for clipping tests
|
2013-10-02 15:14:52 -07:00 |
|
Dane Springmeyer
|
9aa596401a
|
rename the agg int overflow test so it actually runs under nose
|
2013-10-02 09:41:05 -07:00 |
|
Dane Springmeyer
|
9d8be8ea21
|
fix one clear case of unsigned overflow in comp_op_rgba_minus - refs #1679
|
2013-10-01 22:03:15 -07:00 |
|
Dane Springmeyer
|
a25826fb13
|
tests: use black background in test
|
2013-10-01 21:35:27 -07:00 |
|
Dane Springmeyer
|
ac961feb64
|
expose mapnik.Color.packed to get unsigned rgba value
|
2013-10-01 21:30:49 -07:00 |
|
Dane Springmeyer
|
8722def984
|
fix unsigned integer overflow warnings in agg - refs #1679
|
2013-10-01 21:30:19 -07:00 |
|
Dane Springmeyer
|
d84443b4f3
|
fix unsigned integer overflow when passing args to composite_bitmap
|
2013-10-01 21:29:22 -07:00 |
|
Dane Springmeyer
|
81f14b8d36
|
Add currently failing test for #2000
|
2013-10-01 21:21:55 -07:00 |
|
Dane Springmeyer
|
61dde4b093
|
fix several -Wsign-compare warnings
|
2013-10-01 11:48:27 -07:00 |
|
Dane Springmeyer
|
32d053abf6
|
only build pgsql2sqlite if pg_config is available
|
2013-10-01 10:15:41 -07:00 |
|
artemp
|
ae3f682564
|
add missin copyright notice
|
2013-09-30 13:32:30 -07:00 |
|