artemp
|
c84d83a685
|
+ fix raster markers positioning
|
2013-03-22 12:16:23 +00:00 |
|
Dane Springmeyer
|
4e6b6d5a62
|
ensure the line clipping box is padded using scale_factor as well - closes #1767
|
2013-03-19 16:15:50 -07:00 |
|
Dane Springmeyer
|
20fcdc8034
|
iwyu
|
2013-03-12 16:56:47 -07:00 |
|
Dane Springmeyer
|
3b834b4e6f
|
formatting
|
2013-03-11 13:46:32 -07:00 |
|
Dane Springmeyer
|
76042a1700
|
parse and setup ability to known original, declared svg width/height - refs #1122
|
2013-03-08 17:40:19 -08:00 |
|
Dane Springmeyer
|
ce7d91e42c
|
sync raster rendering between cairo and agg after #1748
|
2013-03-07 16:22:32 -08:00 |
|
Dane Springmeyer
|
c36795e0a9
|
respect both sx and sy in setting up affine transform for raster scaling since they may be different - closes #1748
|
2013-03-06 17:41:20 -08:00 |
|
artemp
|
7a8d6feb5d
|
+ fix typo
|
2013-03-06 10:08:02 +00:00 |
|
artemp
|
e9f03a565f
|
+ explicit polygon path closing
|
2013-03-01 11:08:58 -05:00 |
|
Dane Springmeyer
|
4d82a97814
|
implement support in cairo and grid renderer for mapnik::request - refs #1737
|
2013-02-26 15:05:44 -05:00 |
|
Dane Springmeyer
|
12dfcef3a0
|
add support for background-image to cairo_renderer and refactor into setup function to match agg/grid renderers - closes #1724
|
2013-02-20 17:55:53 -08:00 |
|
Dane Springmeyer
|
95b29f82b1
|
iwyu
|
2013-01-27 23:54:31 -05:00 |
|
Dane Springmeyer
|
790be266f8
|
iwyu
|
2013-01-24 22:04:17 -08:00 |
|
Dane Springmeyer
|
e16567fecb
|
fixup std:: prefixing of cmath functions - closes #1694
|
2013-01-17 13:53:48 -08:00 |
|
artemp
|
f25d4d9279
|
+ implement cairo_context wrapper and remove unnecessary dependencies
( cairomm, libsigc++)
|
2013-01-09 17:00:30 +00:00 |
|
Dane Springmeyer
|
ca41be2372
|
fixup forward declares - amends 2d7c7fed9b
|
2013-01-06 11:56:35 -08:00 |
|
Dane Springmeyer
|
b6cd17847c
|
iwyu
|
2013-01-03 23:20:30 -08:00 |
|
Dane Springmeyer
|
ccf10961c7
|
fix -Wshadow warning
|
2013-01-03 18:04:01 -08:00 |
|
artemp
|
600eb07883
|
+ convert colours to doubles in set_color
|
2013-01-02 19:36:22 +00:00 |
|
artemp
|
bc8ea1c5a7
|
+ sync set_color(...) methods
+ fix alpha/opacity calc when processing building_symbolizer
|
2013-01-02 16:52:06 +00:00 |
|
Dane Springmeyer
|
bb27156df0
|
use internal noncopyable class to speed up compile times slightly
|
2012-12-16 18:19:52 -08:00 |
|
Dane Springmeyer
|
772c7f52fc
|
knock out some msvc compiler warnings
|
2012-12-12 15:59:27 -08:00 |
|
Dane Springmeyer
|
6b84269343
|
add pad method on box2d to help tighten otherwise verbose code
|
2012-12-11 13:56:25 -08:00 |
|
Dane Springmeyer
|
95ceee84fa
|
sync cairo shield rendering with agg - closes #1602 - amends bd9609c370
|
2012-12-02 22:46:58 -08:00 |
|
Dane Springmeyer
|
7d408d523c
|
close #1548 with explict handling of point geometries and amend 629d768eae for cairo/grid renderers to ensure proper placement on lines (refs #1604,#1350,#1607)
|
2012-12-02 19:53:44 -08:00 |
|
Dane Springmeyer
|
f39c3ad857
|
add marker-multi-policy parameter to support user-configurable rendering behavior for multi-geometries when using either point or interior placement - closes #1573, refs #1555
|
2012-11-20 17:58:39 -08:00 |
|
Dane Springmeyer
|
72793fe9b6
|
explicitly include deque - thanks @lightmare - should fix gcc compile
|
2012-10-04 12:03:40 -07:00 |
|
Dane Springmeyer
|
05195ca68d
|
Merge pull request #1444 from sigmapi/issue1107
Fix for issue #1107
|
2012-10-03 13:06:45 -07:00 |
|
Dane Springmeyer
|
8674e463a6
|
premultiply before image scaling - closes #1508 (at least for gdal.input) and refs #1498
|
2012-10-02 21:50:42 -07:00 |
|
Dane Springmeyer
|
ef28a1db80
|
cleanup includes in rule/feature_style_processor and move code to rule.cpp and raster_symbolizer.cpp
|
2012-10-01 15:01:12 -07:00 |
|
artemp
|
f66d4b1afe
|
Merge branch 'master' into conv_simplify
|
2012-09-13 08:50:59 +01:00 |
|
Dane Springmeyer
|
2a3a402f5d
|
finish fixing pixel alignment for raster rendering in cairo - closes #1471
|
2012-09-12 13:25:40 -07:00 |
|
artemp
|
29423cfc1c
|
Merge branch 'master' into conv_simplify
Conflicts:
bindings/python/mapnik_markers_symbolizer.cpp
plugins/input/ogr/ogr_index_featureset.cpp
plugins/input/shape/dbfile.cpp
plugins/input/shape/shapefile.hpp
src/load_map.cpp
|
2012-09-07 16:46:02 +01:00 |
|
artemp
|
967d6110bf
|
+ singleton: return ref from instance() method
|
2012-09-07 16:23:03 +01:00 |
|
artemp
|
5f8bb423e8
|
Merge branch 'conv_simplify' of git://github.com/kkaefer/mapnik into kkaefer-conv_simplify
|
2012-09-06 13:12:39 +01:00 |
|
Hermann Kraus
|
786f798cab
|
Use double instead of unsigned while parsing XML.
Closes #1469.
|
2012-09-05 02:15:58 +02:00 |
|
Panagiotis Skintzos
|
e34dc99f3a
|
Exposed the label collision detector outside of Cairo renderer and added Python bindings (issue #1107)
|
2012-08-25 11:43:31 +02:00 |
|
Konstantin Käfer
|
13c46b6cc6
|
Merge branch 'master' into conv_simplify
Conflicts:
bindings/python/mapnik_line_symbolizer.cpp
bindings/python/mapnik_polygon_symbolizer.cpp
|
2012-08-24 23:29:43 +02:00 |
|
Konstantin Käfer
|
4e1423cefe
|
Merge branch 'master' of git://github.com/mapnik/mapnik into conv_simplify
Conflicts:
src/cairo_renderer.cpp
|
2012-08-24 23:24:31 +02:00 |
|
Dane Springmeyer
|
c3dae01055
|
avoid clipping polygons if reprojecting to work around #1399 until we have a more proper solution (refs #1282)
|
2012-08-22 17:38:34 -07:00 |
|
Dane Springmeyer
|
9539ce96a6
|
for 2.1 release hold back clipping on lines with markers to avoid #1426 (refs #1424)
|
2012-08-21 13:27:35 -07:00 |
|
Dane Springmeyer
|
0eff77c03e
|
return without rendering if label placement algorithm returns false indicating a degenerate geometry - closes #1423 and refs #1424
|
2012-08-21 12:51:39 -07:00 |
|
Dane Springmeyer
|
9964eefb55
|
remove now unused variable
|
2012-08-16 12:28:36 -07:00 |
|
artemp
|
7702a904f3
|
+ cairo : fix point_symbolizer transform calc
|
2012-08-16 10:37:51 +01:00 |
|
Dane Springmeyer
|
4cf1484b53
|
disable colorize-alpha comp-op as per #1371
|
2012-08-15 14:46:58 -07:00 |
|
artemp
|
e2b657251d
|
+ various cleanups
+ remove alpha pre-multiplication from cairo_pattern to
match agg output
|
2012-08-15 10:55:12 +01:00 |
|
Dane Springmeyer
|
7a5f06656c
|
allow setting marker width/height together with transform
|
2012-08-14 17:11:08 -07:00 |
|
Dane Springmeyer
|
7961a12281
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-08-14 10:44:29 -07:00 |
|
Dane Springmeyer
|
fbf9ac8399
|
support new clipping extent padding method in cairo line_symbolizer rendering as per #1282 - partial revert of 76569cccb8
|
2012-08-14 10:43:46 -07:00 |
|
artemp
|
bee09477a8
|
+ cairo : fix shield scaling
|
2012-08-14 17:14:30 +01:00 |
|