Dane Springmeyer
|
fd7164bd3c
|
use pixfmt pre for the sake of clarity
|
2013-07-23 18:42:47 -04:00 |
|
Dane Springmeyer
|
6269b42ffc
|
iwyu
|
2013-07-23 18:41:59 -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
|
93d36ff1e3
|
avoid -Wunused-parameter warning
|
2013-07-23 16:10:16 -04:00 |
|
Dane Springmeyer
|
c5b7cd0e3e
|
remove dead code
|
2013-07-23 16:10:00 -04:00 |
|
Dane Springmeyer
|
31931b89cb
|
git rid of a few fixme
|
2013-07-23 16:00:16 -04:00 |
|
Dane Springmeyer
|
3bd2e6501f
|
fix a batch of unused variable warnings (leaving several with are true bugs/missing features)
|
2013-07-23 15:51:22 -04:00 |
|
Dane Springmeyer
|
d1667c125c
|
return human readable cairo error
|
2013-07-22 16:21:18 -04:00 |
|
Dane Springmeyer
|
4d3ab5e3aa
|
agg_renderer: remove uneeded define of AGG_RENDERING_BUFFER row_ptr_cache<int8u> since it is already hardcoded in agg_renderer_buffer.h and agg_config.h
|
2013-07-22 14:49:10 -04:00 |
|
Dane Springmeyer
|
236c8221af
|
miniz: remove MINIZ_NO_STDIO as it is uneeded since it is covered by catchall MINIZ_NO_ARCHIVE_APIS
|
2013-07-22 14:29:46 -04:00 |
|
Dane Springmeyer
|
5c13504cc0
|
remove unreachable break
|
2013-07-22 14:17:59 -04:00 |
|
Dane Springmeyer
|
1c6f449ba8
|
comment unused typedefs
|
2013-07-22 14:17:43 -04:00 |
|
Dane Springmeyer
|
3beba890f8
|
make scale_factor accessible off renderers - no need to store as member of feature_style_processor
|
2013-07-22 13:25:04 -04:00 |
|
Dane Springmeyer
|
b6739efa6a
|
clean up render_style code to avoid excessive function calls for marking a renderer as painted
|
2013-07-19 19:43:30 -04:00 |
|
Dane Springmeyer
|
a4efd6b73e
|
simplify render_style further after 6bbbe155fe
|
2013-07-19 19:33:11 -04:00 |
|
Dane Springmeyer
|
032e33cc9f
|
remove filter_factor as option to gdal datasource, clean up pass down from query object - closes #1488 - refs #625
|
2013-07-19 19:22:45 -04:00 |
|
Dane Springmeyer
|
a6a16304cc
|
regression test for gdal filter-factor
|
2013-07-19 18:56:50 -04:00 |
|
Dane Springmeyer
|
9b9e42ce5d
|
use featureset_buffer for simplier render time feature cache from @mappy
|
2013-07-19 18:32:47 -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
|
3864fada72
|
pass string by const ref
|
2013-07-19 15:46:01 -04:00 |
|
Dane Springmeyer
|
6bbbe155fe
|
remove RENDERING_STATS compile time option - refs #1956
|
2013-07-19 15:09:59 -04:00 |
|
Dane Springmeyer
|
512f06fa44
|
scons: only compile optional cpp files that really can be built
|
2013-07-19 12:49:44 -04:00 |
|
Dane Springmeyer
|
12a0f62761
|
add webp to travis - refs #1955
|
2013-07-19 12:23:29 -04:00 |
|
Dane Springmeyer
|
54d8fc81dd
|
scons: ensure optional imaging libaries are build if requested when cross compiling
|
2013-07-19 12:15:24 -04:00 |
|
Dane Springmeyer
|
7796ea65d6
|
scons: fix the build in the case that one of the optional imaging libraries is not found
|
2013-07-19 12:13:17 -04:00 |
|
Dane Springmeyer
|
f999615cec
|
ensure agg rendering buffer uses proper dimensions since these may become more dynamic in the near future - refs #1478
|
2013-07-19 01:29:01 -04:00 |
|
Dane Springmeyer
|
1653229ffd
|
update changelog after #1955
|
2013-07-19 01:20:57 -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
|
a834d2941a
|
fix initialization of hue and sat in rgb2hsl + fix rounding in hsl2rgb to be stable on 32 bit systems (no change on 64 bit) - refs #1954
|
2013-07-19 00:22:52 -04:00 |
|
Dane Springmeyer
|
87a2787a40
|
add visual tests for group-by feature - refs #916
|
2013-07-18 18:35:14 -04:00 |
|
Dane Springmeyer
|
aedc3512c2
|
rollback to copying bbox member of filter_in_box - previous change led to odd node-mapnik shapefile query failure
|
2013-07-17 18:47:07 -04:00 |
|
Dane Springmeyer
|
04c1808703
|
avoid a few uneeded copies
|
2013-07-17 18:47:07 -04:00 |
|
Dane Springmeyer
|
9bf6abd988
|
add missing attribute collector for markers symbolizer path expression - closes #1952
|
2013-07-16 20:00:51 -04:00 |
|
artemp
|
cbfe228790
|
+ improve c++ style
+ formatting
|
2013-07-16 11:16:52 +01:00 |
|
Dane Springmeyer
|
43723d3f81
|
scons: link zlib last
|
2013-07-15 00:19:03 -04:00 |
|
Dane Springmeyer
|
09aad15eb2
|
display png error when we cannot read a png
|
2013-07-14 16:32:32 -04:00 |
|
Dane Springmeyer
|
0b58eea131
|
scons: link bindings to rt on linux
|
2013-07-14 16:32:16 -04:00 |
|
Dane Springmeyer
|
2533e8137f
|
fix syntax
|
2013-07-14 15:28:22 -04:00 |
|
Dane Springmeyer
|
0fa2d4aca7
|
fix syntax
|
2013-07-14 15:27:58 -04:00 |
|
Dane Springmeyer
|
75f3eaed67
|
scons: more linux static linking fixes
|
2013-07-14 15:26:24 -04:00 |
|
Dane Springmeyer
|
0f8ecc2ed3
|
scons: static linking on linux needs -dl for executables
|
2013-07-14 15:17:32 -04:00 |
|
Dane Springmeyer
|
75ca01889c
|
scons: only hardcode static linking libs on os x
|
2013-07-14 15:17:00 -04:00 |
|
Dane Springmeyer
|
fd3977d60c
|
scons: no need to link iconv if building with cairo
|
2013-07-14 14:43:13 -04:00 |
|
Dane Springmeyer
|
e02a4ebd9d
|
shapeindex: if statically linking then bring in mapnik dep libs
|
2013-07-14 13:01:26 -04:00 |
|
Dane Springmeyer
|
39eee919e5
|
link mapnik first (needed static linking on linux)
|
2013-07-14 13:00:53 -04:00 |
|
Dane Springmeyer
|
26af45c40c
|
Add a few expected images
|
2013-07-12 20:31:32 -04:00 |
|
Dane Springmeyer
|
ef537ac0f3
|
Accept a few changes to visual test xml via harfbuzz branch - refs #1950
|
2013-07-12 20:30:56 -04:00 |
|