Artem Pavlenko
|
030650f949
|
+ impl converter_traits for 'transform_tag'
+ support proj_transform and CoordTransform as args
|
2012-04-03 16:29:27 +01:00 |
|
Artem Pavlenko
|
347fce4db2
|
+ add 'clip' property
|
2012-04-03 16:28:49 +01:00 |
|
Artem Pavlenko
|
55ed40cbc2
|
attach proj_trans and tr at later stage (to work with vertex_converters interface).
|
2012-04-03 16:26:18 +01:00 |
|
Artem Pavlenko
|
cbcb8d6aad
|
+ use fusion::vector to pass arguments
|
2012-04-03 13:40:51 +01:00 |
|
Artem Pavlenko
|
603a6e133b
|
+ use agg::pixfmt_rgba32
|
2012-04-03 13:13:37 +01:00 |
|
Artem Pavlenko
|
81566a8f80
|
+ use pre-multiplied pixel format in agg_renderer
(de-multiply in end_map_processing())
+ support for compositing at style level
+ image blur (TODO)
|
2012-04-03 13:10:30 +01:00 |
|
Artem Pavlenko
|
c9a83837a1
|
+ add start/end style processing handlers
|
2012-04-03 13:09:08 +01:00 |
|
Artem Pavlenko
|
2e7ed0f589
|
+ format/correct doc string
|
2012-04-03 13:08:10 +01:00 |
|
Artem Pavlenko
|
1bc2af9104
|
+ expose pixel_format_type
|
2012-04-03 13:03:59 +01:00 |
|
Artem Pavlenko
|
84cb7b4c54
|
vertex converter dispatch - intial impl
|
2012-04-03 13:01:06 +01:00 |
|
Artem Pavlenko
|
8038561984
|
+ move renderer to agg_helpers
|
2012-03-28 12:02:03 +01:00 |
|
Artem Pavlenko
|
9840c7df4c
|
Merge branch 'master' into compositing
Conflicts:
include/mapnik/util/dasharray_parser.hpp
src/agg/process_line_symbolizer.cpp
src/image_compositing.cpp
|
2012-03-26 09:05:02 +01:00 |
|
Dane Springmeyer
|
6e52e50f53
|
Revert "add proj 4.7 mutex change to changelog - refs #1072"
This reverts commit 6824b87aff .
|
2012-03-24 08:03:28 -07:00 |
|
Dane Springmeyer
|
7c529600eb
|
Revert "avoid mutex locks on pj_transform for proj 4.7 and above - closes #1072"
This reverts commit 0748d2beea .
|
2012-03-24 08:03:15 -07:00 |
|
Dane Springmeyer
|
3f26c439c9
|
fix marker width/height to mean pixels - which it should have all along - closes #1134
|
2012-03-23 20:28:12 -07:00 |
|
Dane Springmeyer
|
18774354a6
|
support case insensitive booleans - closes #1141
|
2012-03-23 20:08:47 -07:00 |
|
Dane Springmeyer
|
d6c2071ec3
|
add more test targets
|
2012-03-23 20:07:57 -07:00 |
|
Dane Springmeyer
|
46fdc570c2
|
cpp tests for mapnik parameters and mapnik:boolean -refs #1141
|
2012-03-23 20:04:42 -07:00 |
|
Dane Springmeyer
|
149fca1626
|
I need a beer - followup to e4ae1f660d
|
2012-03-23 19:19:50 -07:00 |
|
Dane Springmeyer
|
e4ae1f660d
|
boost 1.42 compatibility - fixes #1145
|
2012-03-23 19:09:38 -07:00 |
|
Dane Springmeyer
|
910ea2655d
|
convert CHANGELOG to markdown
|
2012-03-23 18:14:57 -07:00 |
|
Dane Springmeyer
|
ea5a46f230
|
remove the storage and serialization of 'font-directory' and 'minimum-version' since there is no strong need to have them accessible after initial parsing
|
2012-03-23 18:14:14 -07:00 |
|
Dane Springmeyer
|
35cad0e049
|
port over bgra -> rgba compositing fix from compositing branch
|
2012-03-23 17:38:30 -07:00 |
|
Dane Springmeyer
|
13189e0a55
|
tests for compositing operations
|
2012-03-23 17:36:37 -07:00 |
|
Dane Springmeyer
|
586978f345
|
fix operator
|
2012-03-23 17:27:01 -07:00 |
|
Dane Springmeyer
|
3b498efbd9
|
fixup font registration code ensuring invalid fonts will warn but not throw and register_fonts will only return success if > one font is registered and none have failed
|
2012-03-23 15:07:28 -07:00 |
|
Dane Springmeyer
|
5e6632f6eb
|
declare register_fonts as static
|
2012-03-23 14:22:47 -07:00 |
|
Dane Springmeyer
|
e570ea3a98
|
hook up visual tests to the 'make test' target
|
2012-03-23 12:42:11 -07:00 |
|
Dane Springmeyer
|
2ff8c3344e
|
avoid copy
|
2012-03-23 11:22:00 -07:00 |
|
Dane Springmeyer
|
c88a725a7d
|
Merge pull request #1143 from datendelphin/fontengine
fix invalid memory access in font engine
|
2012-03-23 11:14:18 -07:00 |
|
Datendelphin
|
30f59aac0c
|
fix invalid memory access in font engine
acess of member face->num_faces after free()
fixed by making local copy num_faces before FT_Done_Face(face)
|
2012-03-23 17:33:35 +01:00 |
|
Artem Pavlenko
|
76054df89d
|
+ add 'wsp' delimiter support
+ re-arrange grammar a bit
|
2012-03-23 13:19:02 +00:00 |
|
Artem Pavlenko
|
38fafc14bc
|
+ impl dasharray parser (supports 'none')
+ skip 0,0 dashes in load_map
|
2012-03-23 13:18:49 +00:00 |
|
Artem Pavlenko
|
d76136ba40
|
use mapnik::util namespace for conversions
|
2012-03-23 13:18:33 +00:00 |
|
Artem Pavlenko
|
97a9abc8f3
|
+ add 'wsp' delimiter support
+ re-arrange grammar a bit
|
2012-03-23 12:56:26 +00:00 |
|
Artem Pavlenko
|
b4e96c35b5
|
+ impl dasharray parser (supports 'none')
+ skip 0,0 dashes in load_map
|
2012-03-23 11:58:07 +00:00 |
|
Artem Pavlenko
|
242385f16d
|
use mapnik::util namespace for conversions
|
2012-03-23 11:08:39 +00:00 |
|
Artem Pavlenko
|
97eb078adb
|
+ re-use renderer (TODO)
|
2012-03-23 09:34:26 +00:00 |
|
Artem Pavlenko
|
254c623a99
|
+ remove vc++ 6.0 work-around
|
2012-03-23 09:32:22 +00:00 |
|
Artem Pavlenko
|
2f5e7f8464
|
+ use in-place ::new/::delete
|
2012-03-23 09:31:02 +00:00 |
|
Dane Springmeyer
|
e9940c6add
|
update osm test now that extent is not hardcoded
|
2012-03-22 16:44:27 -07:00 |
|
Dane Springmeyer
|
caaa8b5392
|
disable stderr from svg parsing unless in debug mode
|
2012-03-22 16:41:44 -07:00 |
|
Dane Springmeyer
|
d991427737
|
formatting
|
2012-03-22 16:37:24 -07:00 |
|
Dane Springmeyer
|
d23a4b63b9
|
expose both a clipped and unclipped labeling path type
|
2012-03-22 16:36:25 -07:00 |
|
Dane Springmeyer
|
61c38d0ec7
|
avoid copying unbuffered bbox
|
2012-03-22 16:35:33 -07:00 |
|
Dane Springmeyer
|
2e2bce3126
|
formatting
|
2012-03-22 16:31:57 -07:00 |
|
Artem Pavlenko
|
f0b6fffcc9
|
Merge branch 'master' into compositing
|
2012-03-22 09:14:49 +00:00 |
|
Dane Springmeyer
|
40b0ab8d6c
|
add missing #else
|
2012-03-21 17:45:19 -07:00 |
|
Dane Springmeyer
|
0beca49b2a
|
scons: when parsing xml2-config only pull --cflags to avoid uneeded pollution of other libs on osx (namely libicucore)
|
2012-03-21 15:38:32 -07:00 |
|
Dane Springmeyer
|
d55ad5a4d2
|
check which cairo surfaces are supported
|
2012-03-21 15:34:59 -07:00 |
|