Dane Springmeyer
|
68ff3ceead
|
add color-to-alpha image-filter - closes #2023
|
2013-09-26 16:14:40 -07:00 |
|
Dane Springmeyer
|
09544849b9
|
move colorizer tests to visual suite
|
2013-09-25 14:08:47 -07:00 |
|
Dane Springmeyer
|
8d79008e9e
|
move over other colortable test to visual tests
|
2013-09-25 14:02:52 -07:00 |
|
Dane Springmeyer
|
cb80fb8226
|
move/expand gdal nodata tests to visual suite - refs #2023
|
2013-09-25 13:13:18 -07:00 |
|
Dane Springmeyer
|
41e68820c5
|
python: test loading and saving visual test xml files as well
|
2013-09-25 13:08:10 -07:00 |
|
Dane Springmeyer
|
2c46300f61
|
remove dead code (colorize-alpha is now officially an image-filter)
|
2013-09-24 17:18:14 -07:00 |
|
Dane Springmeyer
|
ad979a85a9
|
integrate async test into main postgis tests
|
2013-09-23 15:12:42 -07:00 |
|
Dane Springmeyer
|
5c020cf28f
|
cleanup postgis async test
|
2013-09-23 14:52:46 -07:00 |
|
Dane Springmeyer
|
75d88f3370
|
Merge branch 'master' of github.com:mapnik/mapnik into Mappy-master-async-postgis
|
2013-09-23 14:31:55 -07:00 |
|
Dane Springmeyer
|
da4e6540d6
|
test: test to_geojson output to prevent regressions like #2019
|
2013-09-23 12:20:40 -07:00 |
|
Dane Springmeyer
|
780d6a459d
|
Merge branch 'master' of github.com:mapnik/mapnik into Mappy-master-async-postgis
|
2013-09-22 22:08:23 -07:00 |
|
Dane Springmeyer
|
f05b727bf5
|
fix dst-over alpha handling - closes #1995 - refs #1452 and 5e84ce0
|
2013-09-20 13:37:34 -07:00 |
|
Dane Springmeyer
|
da226a48cf
|
add test data for #1995
|
2013-09-20 13:35:54 -07:00 |
|
Dane Springmeyer
|
4713ddf8d6
|
reduced testcase for #1995 - refs #1452 and #1369
|
2013-09-20 13:31:11 -07:00 |
|
Dane Springmeyer
|
9df4deac73
|
consistent use of agg::rgba8_pre to construct premultiplied colors - refs #2011
|
2013-09-19 19:41:46 -07:00 |
|
Dane Springmeyer
|
5b78b6b2dc
|
fix #2011
|
2013-09-19 19:19:11 -07:00 |
|
Dane Springmeyer
|
d054d47884
|
Add new test images - refs #2011
|
2013-09-19 19:16:46 -07:00 |
|
Dane Springmeyer
|
2ccbdb101c
|
add testcase for building fill-opacity premultiplied alpha bug - refs #2011
|
2013-09-19 19:15:32 -07:00 |
|
Dane Springmeyer
|
f058a481b7
|
minor whitespace fixes
|
2013-09-18 19:55:02 -07:00 |
|
Dane Springmeyer
|
722aa4ae14
|
python: add support for __geo_interface__ - closes #2009
|
2013-09-18 16:08:34 -07:00 |
|
Dane Springmeyer
|
519fd16535
|
fix webp images tests
|
2013-09-18 14:58:47 -07:00 |
|
Dane Springmeyer
|
6bfbb53eac
|
optimized WKTReader for parsing WKT into geometry paths
|
2013-09-15 23:23:43 -07:00 |
|
David Marteau
|
7495d2f381
|
[mappy] Parallel feature requests supports - PostGIS async requests
|
2013-09-11 14:04:10 +02:00 |
|
Dane Springmeyer
|
c5dd5487a5
|
Merge pull request #1966 from mapnik/background-image-comp-op
Map background-image-comp-op and background-image-opacity
|
2013-09-05 12:25:47 -07:00 |
|
Dane Springmeyer
|
5e322dbff2
|
Merge pull request #1991 from PetrDlouhy/master
Offset enabled for LinePatternSymbolizer + tests
|
2013-08-27 15:13:15 -07:00 |
|
Dane Springmeyer
|
4bae8792a6
|
tests: fix png and web encoding tests to run only if support is available
|
2013-08-23 15:18:24 -07:00 |
|
Dane Springmeyer
|
d407cfa456
|
cpp tests: fix test to respect DEFINES
|
2013-08-23 15:07:45 -07:00 |
|
Petr Dlouhý
|
1e9ee87fce
|
add LinePatternSymbolizer offset python binding
|
2013-08-22 12:56:04 +02:00 |
|
Petr Dlouhý
|
edf170c428
|
LinePatternSymbolizer visual test
|
2013-08-22 12:55:56 +02:00 |
|
Dane Springmeyer
|
1a8287da06
|
Add support for webp:alpha=false to create rgb images without alpha + other webp encoding cleanups - closes #1986
|
2013-08-15 14:47:28 -04:00 |
|
Dane Springmeyer
|
e0026f3df2
|
use icu:: namespace and start isolating icu impl by consistenly using mapnik::value_unicode_string
|
2013-08-13 18:52:04 -04:00 |
|
Dane Springmeyer
|
78b4980352
|
finish exposing mapnik.Feature.from_geojson
|
2013-07-30 15:45:46 -04:00 |
|
Dane Springmeyer
|
13343eb5be
|
workaround c++11 compile error due to ambiguous std::vector::insert usage - closes #1973
|
2013-07-30 15:14:47 -04:00 |
|
Dane Springmeyer
|
2ea353bce0
|
test_python.py was still broken - actually fix it - refs #1513
|
2013-07-30 14:31:29 -04:00 |
|
Dane Springmeyer
|
fad9af5263
|
add support for applying custom comp_op and opacity when blending map background image into background color at render time - refs mapnik/mapnik-support#8
|
2013-07-25 01:00:38 -04:00 |
|
Dane Springmeyer
|
0ac9c7f4c9
|
re-write scale-hsla filter to work in doubles, allowing proper clamping at the right time - refs #1954
|
2013-07-24 21:13:46 -04:00 |
|
Dane Springmeyer
|
eaeccc3c3a
|
enforce valid hsla values - refs #1954
|
2013-07-24 14:24:33 -04:00 |
|
Dane Springmeyer
|
4f01eb05b1
|
scons: correctly propagate DEFINES across builds
|
2013-07-23 20:03:00 -04:00 |
|
Dane Springmeyer
|
32464c5a4b
|
Add expected test images
|
2013-07-23 20:02:37 -04:00 |
|
Dane Springmeyer
|
e24b894868
|
add regression test for #1952
|
2013-07-23 20:00:42 -04:00 |
|
Dane Springmeyer
|
ef4dfeb747
|
make it possible to disable compilation of grid_renderer - closes #1962
|
2013-07-23 19:37:25 -04:00 |
|
Dane Springmeyer
|
365572322c
|
tests: disable the negative image test since this makes it hard to run the tests against older mapnik versions that do not have the fix
|
2013-07-23 18:38:57 -04:00 |
|
Dane Springmeyer
|
a6a16304cc
|
regression test for gdal filter-factor
|
2013-07-19 18:56:50 -04:00 |
|
Dane Springmeyer
|
4f2e1993bf
|
tests: add a pseudo-tiled test for preventing regression of #1477
|
2013-07-19 16:07:12 -04:00 |
|
Dane Springmeyer
|
a141c5c27d
|
webp encoding/decoding support - refs #1955
|
2013-07-19 01:09:17 -04:00 |
|
Dane Springmeyer
|
db39528231
|
disable failing test of #1913 for now
|
2013-07-19 00:39:22 -04:00 |
|
Dane Springmeyer
|
0872061993
|
renable hsla filter as 'scale-hsla' - refs #1954
|
2013-07-19 00:37:51 -04:00 |
|
Dane Springmeyer
|
23c5b0f2f7
|
add test data as followup to 87a2787a40 - refs #916
|
2013-07-19 00:28:20 -04:00 |
|
Dane Springmeyer
|
87a2787a40
|
add visual tests for group-by feature - refs #916
|
2013-07-18 18:35:14 -04:00 |
|
Dane Springmeyer
|
0f8ecc2ed3
|
scons: static linking on linux needs -dl for executables
|
2013-07-14 15:17:32 -04:00 |
|