Dane Springmeyer
|
42661cf6e4
|
wrap long code lines
|
2012-10-20 16:20:32 -07:00 |
|
Dane Springmeyer
|
b46c5ddeb1
|
fix error language when a file cannot be found
|
2012-10-16 17:45:33 -07:00 |
|
Dane Springmeyer
|
0cafbc9460
|
warn if a Datasource template is not found
|
2012-10-10 14:33:56 -07: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
|
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
|
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
|
a6129e9a80
|
add premultiply/demultiply methods for mapnik::color - refs #1519
|
2012-10-04 13:53:58 -07:00 |
|
Dane Springmeyer
|
72793fe9b6
|
explicitly include deque - thanks @lightmare - should fix gcc compile
|
2012-10-04 12:03:40 -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
|
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
|
05195ca68d
|
Merge pull request #1444 from sigmapi/issue1107
Fix for issue #1107
|
2012-10-03 13:06:45 -07:00 |
|
Dane Springmeyer
|
86e805b33e
|
Merge pull request #1499 from manelclos/master
Query tolerance for features_at_point
|
2012-10-03 11:50:29 -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
|
1b5a1f0ffc
|
agg scaling assumes/requires a premulitiplied renderer (and optionally a source defined as premultiplied) - to avoid any confusion use purely premultiplied types - refs #1508 and #1489
|
2012-10-02 21:49:52 -07:00 |
|
Dane Springmeyer
|
1468133bc0
|
ensure we rebuild libmapnik if agg sources change
|
2012-10-01 18:22:12 -07:00 |
|
Dane Springmeyer
|
798b101f0c
|
finish #1512 and adjust tests to use new parameter
|
2012-10-01 17:09:28 -07:00 |
|
Dane Springmeyer
|
09726626cf
|
add 'premultiplied' property on raster symbolizer to allow user to control (in rare cases) the premultiplied status of images in cases where tiffs mis-report it - closes #1512
|
2012-10-01 16:14:41 -07:00 |
|
Dane Springmeyer
|
acaee09598
|
fix debug output symbolizer name
|
2012-10-01 15:35:35 -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 |
|
Dane Springmeyer
|
3845d56c06
|
add code comments from mcseem relevant to agg usage questions around scaling and compositing
|
2012-10-01 14:13:54 -07:00 |
|
artemp
|
30f14e0878
|
Merge branch 'master' into conv_simplify
|
2012-10-01 10:21:56 +01:00 |
|
artemp
|
b9fed932b9
|
+ template vertex_iterator on path_type
+ rename vertex_iterator to path_iterator
|
2012-10-01 10:20:10 +01:00 |
|
artemp
|
780ea26af3
|
Merge remote-tracking branch 'origin' into conv_simplify
|
2012-09-28 19:49:01 +01:00 |
|
artemp
|
3ffe8ec21c
|
+ add premultiplied_alpha flag to mapnik::raster
|
2012-09-28 16:43:05 +01:00 |
|
artemp
|
77e585895f
|
+ add premultiplied_alpha method to image_reader
* tiff - TIFFTAG_EXTRASAMPLES
* png - non-premultiplied alpha (http://www.libpng.org/pub/png/spec/1.1/PNG-Rationale.html)
* jpeg - no-alpha channel, ensure pre-multiplied model
|
2012-09-28 16:37:21 +01:00 |
|
Manel Clos
|
8f7083d14d
|
Add tolerance parameter to features_at_point
Make map.query_point() always pass tolerance to datasources
|
2012-09-28 15:12:10 +02:00 |
|
artemp
|
2427daa403
|
+ make WKT generator templated on geometry type - the goal is to be able
to use generator for any type that implements 'vertex' concept
|
2012-09-27 16:07:14 +01:00 |
|
artemp
|
42bcf4ea98
|
+ make WKT generator templated on geometry type - the goal is to be able
to use generator for any type that implements 'vertex' concept
|
2012-09-27 16:04:29 +01:00 |
|
artemp
|
d7abfc267b
|
Merge branch 'master' into conv_simplify
|
2012-09-27 08:54:32 +01:00 |
|
Dane Springmeyer
|
b9b97ba652
|
after #1483 fontset is boost optional so check appropriately in load_map (solves assert)
|
2012-09-26 12:56:57 -07:00 |
|
Dane Springmeyer
|
b6c7e319d6
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-09-26 08:49:40 -07:00 |
|
artemp
|
d91cd510aa
|
+ ensure warp polygons are aligned exactly (avoid padding!) - #1501
|
2012-09-26 14:27:42 +01:00 |
|
artemp
|
a63df933d5
|
+ only log transform evaluation if trans_expr is not null
|
2012-09-26 14:26:58 +01:00 |
|
artemp
|
fe011a988d
|
+ only log transform evaluation if trans_expr is not null
|
2012-09-26 14:24:26 +01:00 |
|
Dane Springmeyer
|
1af2faf56b
|
formatting
|
2012-09-25 14:52:32 -07:00 |
|
artemp
|
32d52a1a78
|
Merge branch 'master' into conv_simplify
|
2012-09-25 10:35:53 +01:00 |
|
artemp
|
8fe932b7d1
|
+ tiff_reader: make TIFF* 'cacheable', to avoid initialization under
certain conditions.
|
2012-09-24 13:35:22 +01:00 |
|
artemp
|
a7c02cf1d8
|
Merge remote-tracking branch 'origin/master' into conv_simplify
|
2012-09-19 14:07:34 +01:00 |
|
artemp
|
97463abf3d
|
+ ensure mesh doesn't overflow source raster extent - #1480
|
2012-09-19 13:53:56 +01:00 |
|
artemp
|
2834b2ad92
|
+ not sure why we have do { } while(false); - removing
|
2012-09-19 13:51:53 +01:00 |
|
artemp
|
01ae1a179d
|
Merge branch 'master' into conv_simplify
|
2012-09-17 11:35:15 +01:00 |
|
Dane Springmeyer
|
2d5287c298
|
rollback 1b4e7a8fd5 - refs #1489 and #1227
|
2012-09-14 18:45:09 -07:00 |
|
Dane Springmeyer
|
f3589ab4f9
|
Revert "no need for premultiplied types in warper"
This reverts commit 61e8a9c236 .
|
2012-09-14 18:42:47 -07:00 |
|
Dane Springmeyer
|
ad8e4e4cc7
|
Merge pull request #1366 from mapnik/debugsymbolizer
Debug Symbolizer
|
2012-09-14 16:43:38 -07:00 |
|
Dane Springmeyer
|
1b3dcda87d
|
add method off style to check for active rules
|
2012-09-14 16:11:37 -07:00 |
|