Dane Springmeyer
|
d29ae14104
|
make it possible to set the map.maximum_extent back to None/uninitialized from python
|
2012-04-04 12:07:15 -07:00 |
|
Dane Springmeyer
|
8c41bdc040
|
remove unused variables
|
2012-04-04 10:30:37 -07:00 |
|
Dane Springmeyer
|
40e8ceca55
|
add missing set_color_to_alpha impl - TODO - add advanced algo that supports tolerance - refs #1018
|
2012-04-03 16:49:05 -07:00 |
|
Artem Pavlenko
|
e7f0e8aac0
|
+ support configurable vertex converter
|
2012-04-03 19:49:57 +01:00 |
|
Artem Pavlenko
|
6236a63156
|
+ make clip_poly converter optional (default: true)
|
2012-04-03 16:31:01 +01:00 |
|
Artem Pavlenko
|
347fce4db2
|
+ add 'clip' property
|
2012-04-03 16:28:49 +01:00 |
|
Artem Pavlenko
|
cbcb8d6aad
|
+ use fusion::vector to pass arguments
|
2012-04-03 13:40:51 +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 |
|
Dane Springmeyer
|
9d6c47844c
|
use more robust transform method in map.zoom_all
|
2012-04-02 11:33:29 -07:00 |
|
Artem Pavlenko
|
8038561984
|
+ move renderer to agg_helpers
|
2012-03-28 12:02:03 +01:00 |
|
Dane Springmeyer
|
2edaefd0d6
|
cairo: match AGG functionality, adding support for dynamic ellipse drawing and loading from svg icons - closes #1071 (refs #952 - this is stopgap until we refactor and merge with point_symbolizer)
|
2012-03-27 19:21:11 -04: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
|
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
|
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
|
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
|
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
|
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
|
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 |
|
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 |
|
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
|
d55ad5a4d2
|
check which cairo surfaces are supported
|
2012-03-21 15:34:59 -07:00 |
|
Artem Pavlenko
|
bc2589960b
|
+ add missing files
|
2012-03-21 17:34:41 +00:00 |
|
Artem Pavlenko
|
05600f64cc
|
Merge branch 'master' into compositing
|
2012-03-21 15:50:04 +00:00 |
|
Artem Pavlenko
|
95cfb061af
|
+ experimental compositing symbolizer (fill only)
|
2012-03-21 15:47:33 +00:00 |
|
Artem Pavlenko
|
aefa23fb5b
|
+ boost::bimap based enum<->string lookup table
+ fix pixel_format bgra -> rgba
|
2012-03-21 15:45:23 +00:00 |
|
Artem Pavlenko
|
f78305428a
|
+ remove duplicate typedef's
|
2012-03-21 10:52:03 +00:00 |
|
Artem Pavlenko
|
4aaae73e51
|
use SFINAE to check for process(xxx_symbolizer,..) in derived classes
avoid writing dummy process(...) methods
|
2012-03-21 09:29:37 +00:00 |
|
Dane Springmeyer
|
9c2b3d7144
|
Merge branch 'master' of github.com:mapnik/mapnik
|
2012-03-20 23:24:45 -07:00 |
|
Dane Springmeyer
|
3f06747407
|
braces for readibility
|
2012-03-20 16:40:07 -07:00 |
|
Hermann Kraus
|
da5ac781a7
|
Remove old comment.
|
2012-03-20 23:56:35 +01:00 |
|
Hermann Kraus
|
8b5e5fbb64
|
Always place text at the same side of a line.
Fixes #608.
|
2012-03-20 23:50:20 +01:00 |
|
Dane Springmeyer
|
89877edc67
|
move image_compositing to cpp file
|
2012-03-19 15:42:44 -07:00 |
|
Dane Springmeyer
|
4843572e1b
|
move image_compositing to cpp file
|
2012-03-19 15:42:30 -07:00 |
|
Hermann Kraus
|
9b62a19cf4
|
Implement justify-alignment=auto.
Closes #1125.
|
2012-03-19 17:12:53 +01:00 |
|
novldp
|
0ecd5bae45
|
+add MarkersSymbolizer ignore-placement to save_map and python bindings
|
2012-03-18 23:30:37 +01:00 |
|
ldp
|
1542e3e513
|
add ignore-placement to MarkersSymbolizer
|
2012-03-18 22:35:02 +01:00 |
|
Hermann Kraus
|
725248628d
|
C++ style.
|
2012-03-16 01:50:55 +01:00 |
|
Hermann Kraus
|
1b85f42a88
|
Reapply RTL patch.
Fixes #189.
|
2012-03-16 01:01:12 +01:00 |
|