Matt Amos
|
b5c4bb77de
|
Exposed the label collision detector outside the agg_render object
and via Python, allowing detectors to be re-used across renderings.
|
2011-10-12 01:05:35 +01:00 |
|
Dane Springmeyer
|
3469c20f1c
|
adapt to new svg renderer template
|
2011-05-17 06:19:41 +00:00 |
|
Dane Springmeyer
|
9da2d701a5
|
further template the svg_renderer based on pixfmt
|
2011-04-26 17:38:18 +00:00 |
|
Dane Springmeyer
|
2699ba42d0
|
avoid unused parameter compiler warnings
|
2011-04-04 04:35:28 +00:00 |
|
Robert Coup
|
bea611a185
|
Fix positioning problem with scale() transforms for SVG symbols. Centering transform applied in the wrong order. Thanks to Toby Collett.
|
2011-01-31 09:56:31 +00:00 |
|
Dane Springmeyer
|
57f15aa74e
|
forward declare agg:trans_affine and mapnik::marker classes to allow compiling against libmapnik without agg headers - see #703
|
2011-01-26 09:19:00 +00:00 |
|
Robert Coup
|
386a4f5daf
|
#654 - add support for linear and radial gradients in SVG symbols. Thanks to Toby Collett for the coding & Paul Wicks for funding.
|
2011-01-26 01:18:40 +00:00 |
|
Artem Pavlenko
|
c943447509
|
+ fix comment
|
2010-07-19 11:10:20 +00:00 |
|
Artem Pavlenko
|
8b8e247e62
|
+ add support for background-image attribute
( background image is repeated both vertically
and horizontally )
|
2010-07-19 11:10:03 +00:00 |
|
Artem Pavlenko
|
9b3809443c
|
+ fix naming style in mapnik::Map
|
2010-06-25 15:23:35 +00:00 |
|
Dane Springmeyer
|
83f91867bc
|
remove raster_symbolizer and line_pattern_symbolizer from agg_renderer, moved to src/agg in r1929
|
2010-06-24 19:51:51 +00:00 |
|
Artem Pavlenko
|
b472808fb1
|
+ refactor remaining processing methods in agg_renderer
+ move agg_renderer.cpp to src/agg
|
2010-06-24 15:57:25 +00:00 |
|