Dane Springmeyer
|
f5227d7f18
|
need to demultiply to write proper alpha into png
|
2012-10-12 17:54:29 -07:00 |
|
Dane Springmeyer
|
38d9163f78
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-10-10 14:38:04 -07:00 |
|
Dane Springmeyer
|
6947d17b44
|
add line offset example
|
2012-10-10 14:35:46 -07:00 |
|
Dane Springmeyer
|
0cafbc9460
|
warn if a Datasource template is not found
|
2012-10-10 14:33:56 -07:00 |
|
Dane Springmeyer
|
c53b6075eb
|
properly set MAPNIK_DECL for mapnik::rule - closes #1527
|
2012-10-10 12:35:02 -07:00 |
|
Tom MacWright
|
1732a2ac54
|
Stash simple incremental images implementation
|
2012-10-10 14:33:15 -04:00 |
|
Dane Springmeyer
|
ccda92fed1
|
Revert "finish moving symbolizers out of rule"
This reverts commit 20a317860d .
|
2012-10-10 10:51:06 -07:00 |
|
Dane Springmeyer
|
1f11aeb95a
|
Revert "move symbolizers typedef out of rule and be explicit about including config.hpp for MAPNIK_DECL - refs #1527"
This reverts commit bf5ffd04f4 .
|
2012-10-10 10:50:56 -07:00 |
|
Dane Springmeyer
|
858252323c
|
only link to agg if needed
|
2012-10-10 10:23:04 -07:00 |
|
Dane Springmeyer
|
a7f2eacd76
|
scons: only depend on libagg if it will be built
|
2012-10-10 10:19:24 -07:00 |
|
Dane Springmeyer
|
20a317860d
|
finish moving symbolizers out of rule
|
2012-10-10 10:02:45 -07:00 |
|
Dane Springmeyer
|
bf5ffd04f4
|
move symbolizers typedef out of rule and be explicit about including config.hpp for MAPNIK_DECL - refs #1527
|
2012-10-10 09:32:29 -07:00 |
|
Dane Springmeyer
|
989b9f0301
|
move config.py rather than removing
|
2012-10-10 09:26:55 -07:00 |
|
Dane Springmeyer
|
baa2880dad
|
nicer error formatting of ogr layer names
|
2012-10-09 13:47:24 -07:00 |
|
Dane Springmeyer
|
1449190c41
|
scons makefile wrapper - also remove config.py when running distclean/reset - closes #1525 and closes #1524
|
2012-10-08 10:45:03 -07:00 |
|
Hermann Kraus
|
c739dc2133
|
Fix reference to old data file.
Closes #1513.
|
2012-10-06 00:40:54 +02:00 |
|
Hermann Kraus
|
c5e69022cd
|
Fix wrap_before in python.
Closes #1505.
|
2012-10-06 00:20:58 +02:00 |
|
Dane Springmeyer
|
65b19680e0
|
followup to 69fb17cd3c - make sure to report literal in descriptor
|
2012-10-05 14:49:12 -07:00 |
|
Dane Springmeyer
|
8b73d8527f
|
ogr.input: continue past null features or geometries rather than aborting rendering
|
2012-10-05 13:49:29 -07:00 |
|
Dane Springmeyer
|
7efb37adb7
|
formatting
|
2012-10-04 17:59:43 -07:00 |
|
Dane Springmeyer
|
fb10f58357
|
shuffle color function
|
2012-10-04 17:59:34 -07:00 |
|
Dane Springmeyer
|
df501a2fa3
|
update tests after #1515 - many are not ideal due to #1519
|
2012-10-04 16:39:00 -07:00 |
|
Dane Springmeyer
|
e0bcf44874
|
Add c++ fontset test
|
2012-10-04 16:35:46 -07:00 |
|
Dane Springmeyer
|
a4b5549282
|
before caching marker premultiply only those image formats that might potentially need to be premultiplied
|
2012-10-04 16:07:24 -07:00 |
|
Dane Springmeyer
|
357e711312
|
-avoid potentially premultiplying colors more than once in agg_renderer::setup - closes #1515
|
2012-10-04 14:24:29 -07:00 |
|
Dane Springmeyer
|
9b053f493b
|
make src_over the default compositing operation (and an optional kwarg) for im.composite()
|
2012-10-04 14:19:36 -07:00 |
|
Dane Springmeyer
|
a6129e9a80
|
add premultiply/demultiply methods for mapnik::color - refs #1519
|
2012-10-04 13:53:58 -07:00 |
|
Dane Springmeyer
|
91bb3ef7c5
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-10-04 12:17:20 -07:00 |
|
Dane Springmeyer
|
72793fe9b6
|
explicitly include deque - thanks @lightmare - should fix gcc compile
|
2012-10-04 12:03:40 -07:00 |
|
artemp
|
10a28145b4
|
+ sqlite: load extension
|
2012-10-04 12:36:07 +01:00 |
|
artemp
|
3072b3f581
|
Merge remote-tracking branch 'origin/master'
|
2012-10-04 12:17:07 +01:00 |
|
artemp
|
eaf6049909
|
+ template on geometry/path concept
|
2012-10-04 12:15:51 +01:00 |
|
Dane Springmeyer
|
43280f17c4
|
allow the pure white test to pass if its nearly white
|
2012-10-03 18:53:23 -07:00 |
|
Dane Springmeyer
|
c0fd6802ed
|
pattern source is only used by line_pattern_symbolizer so move it to that cpp
|
2012-10-03 18:23:07 -07:00 |
|
Dane Springmeyer
|
c27530ec7b
|
remove inefficient and no longer used mapnik::raster constructor - refs #1516
|
2012-10-03 18:22:18 -07:00 |
|
Dane Springmeyer
|
4bc6b0c800
|
avoid copy of image data by using new, more efficient mapnik::raster constructor - closes #1516
|
2012-10-03 15:53:41 -07:00 |
|
Dane Springmeyer
|
f4ead94c37
|
make raster non-copyable
|
2012-10-03 15:40:43 -07:00 |
|
Dane Springmeyer
|
24adb81390
|
c++ style
|
2012-10-03 14:58:12 -07:00 |
|
Dane Springmeyer
|
5da14ef9e9
|
handle demultiplying the png before saving - solves gray halo reported in #1312 (when testing with svg2png utility)
|
2012-10-03 14:00:48 -07:00 |
|
Dane Springmeyer
|
3de5c4fab7
|
remove test target for travis for now
|
2012-10-03 13:49:56 -07:00 |
|
Dane Springmeyer
|
7d5642640d
|
use the proper premultiplied pixel type for render_marker
|
2012-10-03 13:49:06 -07:00 |
|
Dane Springmeyer
|
a27b95558b
|
remove uneeded includes
|
2012-10-03 13:48:05 -07:00 |
|
Dane Springmeyer
|
cd064305fc
|
update changelog after #1444 and 05195ca68d
|
2012-10-03 13:15:54 -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
|
e11650fd84
|
c++ style
|
2012-10-03 13:06:30 -07:00 |
|
Dane Springmeyer
|
da8455dbb7
|
travis: do not fail on test return code
|
2012-10-03 13:01:53 -07:00 |
|
Dane Springmeyer
|
be30df62d0
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-10-03 12:19:56 -07:00 |
|
Dane Springmeyer
|
e6f04fd402
|
new features_at_point tolerance should be optional - make it so in python to avoid test failures after #1499/#503
|
2012-10-03 12:17:13 -07:00 |
|
Dane Springmeyer
|
4ccec7fc16
|
Merge pull request #1458 from noirbizarre/travis-ci
Add Travis CI compilation
|
2012-10-03 12:03:50 -07:00 |
|
Dane Springmeyer
|
8f997d5517
|
update changelog after 86e805b33e - refs #503 and #1499
|
2012-10-03 11:54:30 -07:00 |
|