artemp
|
aecf0531f5
|
+ remove metawriters for the upcoming 2.1 release
|
2012-08-15 09:47:03 +01:00 |
|
artemp
|
5541ea0271
|
+ layer : minimum-extent and buffer-size
+ agg::process_xxx : remove ad-hoc query_extent modifiers
+ ctrans : simplify vertex skipping
|
2012-08-01 15:44:36 +01:00 |
|
artemp
|
fc6a22c014
|
+ c++ style
|
2012-08-01 11:07:45 +01:00 |
|
Dane Springmeyer
|
074b385999
|
include what you use
|
2012-07-24 19:08:26 -07:00 |
|
Dane Springmeyer
|
b4f3d6da11
|
include what you use
|
2012-07-24 18:35:41 -07:00 |
|
Dane Springmeyer
|
bd7ad7cd3c
|
address #1198 by moving away from caching grid features and (back) to copying attributes - also roll back to passing feature_impl& rather than feature_ptr (which is now unneeded)
|
2012-06-15 22:17:26 -04:00 |
|
Artem Pavlenko
|
d85605eba1
|
+ avoid unnecessary mapnik::feature_ptr copying
|
2012-05-29 11:54:12 +01:00 |
|
Artem Pavlenko
|
164ba630d9
|
+ add requirement for renderers-> provide processor_impl_type
to allow process_xxx functions declaration in base class
+ re-enanble cairo renderer
|
2012-05-03 12:19:26 +01:00 |
|
Artem Pavlenko
|
a72ee4ba66
|
Merge branch 'master' into compositing
Conflicts:
include/mapnik/image_compositing.hpp
include/mapnik/util/conversions.hpp
include/mapnik/value.hpp
src/agg/agg_renderer.cpp
src/agg/process_line_symbolizer.cpp
src/agg/process_polygon_symbolizer.cpp
src/png_reader.cpp
src/svg_parser.cpp
utils/svg2png/svg2png.cpp
|
2012-05-01 12:35:49 +01:00 |
|
kunitoki
|
b60c508c1c
|
- finish thrashing all the useless ifdef MAPNIK_LOG
|
2012-04-09 21:41:56 +02:00 |
|
kunitoki
|
1f351e0e09
|
implement new debug system
|
2012-04-08 02:20:56 +02:00 |
|
Dane Springmeyer
|
4dbadaa7cd
|
ensure proper reprojection of unbuffered bbox used for geometry clipping - closes #1138
|
2012-04-04 12:43:32 -07:00 |
|
Artem Pavlenko
|
c9a83837a1
|
+ add start/end style processing handlers
|
2012-04-03 13:09:08 +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
|
61c38d0ec7
|
avoid copying unbuffered bbox
|
2012-03-22 16:35:33 -07: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
|
93995d7c4b
|
apply mapnik_format.el formatting
|
2012-03-13 07:56:11 -07:00 |
|
Artem Pavlenko
|
207ecfd597
|
remove camel-case names from layer.[h,c]pp
|
2012-03-12 15:39:59 +00:00 |
|
Artem Pavlenko
|
254b3c9fa7
|
Merge branch 'master' into geometry-clipping
Conflicts:
SConstruct
include/mapnik/symbolizer_helpers.hpp
src/placement_finder.cpp
|
2012-03-09 14:18:41 +00:00 |
|
Artem Pavlenko
|
61113d7b4e
|
+ add clipping to text/shield/markers
Conflicts:
include/mapnik/symbolizer_helpers.hpp
|
2012-03-09 13:37:53 +00:00 |
|
Artem Pavlenko
|
11511e9b20
|
+ cleanup
|
2012-03-09 12:55:03 +00:00 |
|
Artem Pavlenko
|
40b9553722
|
+ add clipping to text/shield/markers
Conflicts:
include/mapnik/symbolizer_helpers.hpp
|
2012-03-09 12:54:13 +00:00 |
|
Artem Pavlenko
|
c12161bf19
|
+ clip geometries before applying any
transformations.
|
2012-03-09 12:44:29 +00:00 |
|
Dane Springmeyer
|
5f4734ebe0
|
fix other potential division by zero conditions - closes #1110
|
2012-03-08 17:02:58 -08:00 |
|
Dane Springmeyer
|
9213dd5426
|
fixup multi-symbolizer processing function
|
2012-02-20 22:53:54 -08:00 |
|
Dane Springmeyer
|
17d13cff67
|
whitespace fixes - closes #911
|
2012-02-01 17:53:35 -08:00 |
|
Dane Springmeyer
|
07d7d7d537
|
convert to using feature_ptr rather than const& for renderers
|
2012-02-01 16:37:05 -08:00 |
|
Artem Pavlenko
|
46619c17c2
|
feature impl update
|
2012-01-12 09:33:43 +00:00 |
|
Artem Pavlenko
|
ec8661b5d4
|
Merge remote-tracking branch 'origin/master'
Conflicts:
src/feature_style_processor.cpp
|
2012-01-10 21:38:43 +00:00 |
|
Artem Pavlenko
|
3011d53e34
|
+ fix typo
|
2012-01-10 21:32:51 +00:00 |
|
Artem Pavlenko
|
8652bfdae8
|
Merge pull request #1014 from tmcw/unbuffered_extent
Unbuffered extent
|
2012-01-10 13:31:29 -08:00 |
|
Dane Springmeyer
|
c734c516ae
|
fix compile with RENDERING_STATS
|
2012-01-10 13:27:41 -08:00 |
|
Tom MacWright
|
1640252b69
|
Merge branch 'master' into unbuffered_extent
|
2012-01-09 13:13:09 -05:00 |
|
Tom MacWright
|
0fb717486c
|
Adds unbuffered_extent_ to queries from feature_style_processor.
Creates a new constructor for query. Currently this is used
by the jit_datasource.
|
2011-12-20 16:12:37 -05:00 |
|
Konstantin Käfer
|
f7cdee8312
|
Merge branch 'master' into grouped-rendering
Conflicts:
include/mapnik/feature_type_style.hpp
src/feature_type_style.cpp
|
2011-12-07 22:02:29 +01:00 |
|
Olly Smith
|
b7d1c49209
|
Use PROJ_ENVELOPE_POINTS for forward projection in bbox calcs too.
|
2011-11-24 14:45:33 +00:00 |
|
Konstantin Käfer
|
763ece8db6
|
group-by attribute for Layer
|
2011-10-13 01:30:18 +02:00 |
|
Dane Springmeyer
|
00e8f06f13
|
ensure the experimental svg_renderer compiles
|
2011-09-16 16:18:10 +00:00 |
|
Dane Springmeyer
|
937134430a
|
only output the total layer rendering time after processing all styles
|
2011-09-14 22:58:08 +00:00 |
|
Alberto Valverde
|
66b66d0754
|
using define for PROJ_ENVELOPE_POINTS
|
2011-09-14 16:22:23 +00:00 |
|
Alberto Valverde
|
8096c1eecb
|
tentaiove fix for #880
|
2011-09-14 15:37:14 +00:00 |
|
Alberto Valverde
|
226e382214
|
projecting map extent before calculating resolution in order to obtain sensible values. Commented out AGG interpolating when warping because it doesn't work. I must have been linking against the wrong thing when developing, sorry, will fix tomorrow
|
2011-09-13 23:20:51 +00:00 |
|
Alberto Valverde
|
6ffbd07174
|
use AGG for interpolation when warping rasters
|
2011-09-13 15:41:39 +00:00 |
|
Dane Springmeyer
|
93123e8e0e
|
minor touchups to feature_style_processor to prepare for upcoming changes
|
2011-09-12 17:54:39 +00:00 |
|
Dane Springmeyer
|
0ec7ef6d46
|
renderers can now report to image if any features have been rendered via im.painted(), and im.background now uses boost optional to allow easy detection of whether a background has been set - closes #875
|
2011-09-11 06:24:26 +00:00 |
|
Dane Springmeyer
|
4015d0c13b
|
warn if a layer has no style
|
2011-09-05 19:32:24 +00:00 |
|
Dane Springmeyer
|
914ad079ec
|
add back AlsoFilter support - re-closes #820
|
2011-09-02 13:10:14 +00:00 |
|
Dane Springmeyer
|
a8cc348483
|
rendering stats: print srs values when warning about reprojection
|
2011-09-01 15:28:08 +00:00 |
|
Dane Springmeyer
|
8e94bf9188
|
expose first pass at rendering statistics via build option 'RENDERING_STATS' - refs #780
|
2011-09-01 05:14:25 +00:00 |
|
Dane Springmeyer
|
2052e072c1
|
remove debug prints and lessen unneeded indenting - no functional change
|
2011-09-01 04:49:59 +00:00 |
|