mapnik/src
Carlos López 83a7b4710e Fixed a bug that caused half of the vertexes to disappear from the SVG path.
+ mapnik::geometry_iterator was replaced by mapnik::svg::path_iterator
+ svg::path_output_grammar was simplified
+ the container for this grammar is now coord_transform2, instead of geometry
+ added typedef size_type to coord_transform2 and removed it from geometry
2011-02-14 03:40:25 +00:00
..
agg + remove debug printout 2011-02-02 15:09:54 +00:00
svg Fixed a bug that caused half of the vertexes to disappear from the SVG path. 2011-02-14 03:40:25 +00:00
arrow.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
box2d.cpp - leverage building extent (box2d) from string: multiple usage in datasources 2010-11-14 14:38:43 +00:00
cairo_renderer.cpp add 'interior' point placement option to point_symbolizer - closes #709 2011-02-01 08:16:32 +00:00
color.cpp + catch config_error in color::color(str) ctor 2010-06-21 11:06:42 +00:00
datasource_cache.cpp + add support for boost::filesystem v3 2011-01-04 15:22:49 +00:00
distance.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
expression_node.cpp + add implementation files 2010-06-18 15:39:57 +00:00
expression_string.cpp + fixed to_expression_string converter for 2010-06-29 11:56:42 +00:00
feature_type_style.cpp enable if/else type behavior in rules using style level keyword to control whether all rules will be evaluated or just the first that matches - closes #706 - thanks to original patch from kkaefer 2011-02-01 22:55:50 +00:00
filter_factory.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
font_engine_freetype.cpp if a directory is not passed to register_fonts, then assume it is a font file and try registering it 2011-01-11 00:15:57 +00:00
font_set.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
glyph_symbolizer.cpp Get full fontsize information. 2010-08-10 12:05:38 +00:00
gradient.cpp #654 - add support for linear and radial gradients in SVG symbols. Thanks to Toby Collett for the coding & Paul Wicks for funding. 2011-01-26 01:18:40 +00:00
graphics.cpp avoid compiler warnings 2010-10-24 06:44:48 +00:00
image_reader.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
image_util.cpp apply patch from Craig de Stigter for better scaling methods using agg image filters - closes #656 2011-01-27 03:47:54 +00:00
jpeg_reader.cpp add header needed for fopen on linux in jpeg_reader.cpp 2010-06-03 22:43:25 +00:00
layer.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
libxml2_loader.cpp add xinclude support for libxml2 based parser - thanks oldtopos - closes #567 2010-08-10 06:01:16 +00:00
line_pattern_symbolizer.cpp Add symbolizer_base constructor to all symbolizers. 2010-08-10 12:43:21 +00:00
load_map.cpp fix property names in load_map error response 2011-02-11 21:32:47 +00:00
map.cpp + remove template from mapnik::rule 2011-01-13 21:35:01 +00:00
marker_cache.cpp #654 - add support for linear and radial gradients in SVG symbols. Thanks to Toby Collett for the coding & Paul Wicks for funding. 2011-01-26 01:18:40 +00:00
markers_symbolizer.cpp add additional support for dynamically drawing ellipses in the markers_symbolizer, now supporting both line/point placement, metawriters for point placement, and width/height/stroke attributes - TODO - reflect in python bindings, buggy matrix transform for ellipses 2010-08-19 17:33:01 +00:00
memory.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
memory_datasource.cpp + simplify geometry implementation 2010-11-03 13:19:15 +00:00
metawriter.cpp formatting 2010-10-05 20:13:03 +00:00
params.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
parse_path.cpp + add implementation files 2010-06-18 15:39:57 +00:00
placement_finder.cpp TextSymbolizer: make '\n' trigger line break. fixes #584. Thanks bcrosby for porting to trunk 2010-12-09 08:48:46 +00:00
plugin.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
png_reader.cpp + removed deprecated direct access to io_ptr 2010-06-14 13:18:09 +00:00
point_symbolizer.cpp add 'interior' point placement option to point_symbolizer - closes #709 2011-02-01 08:16:32 +00:00
polygon_pattern_symbolizer.cpp Add symbolizer_base constructor to all symbolizers. 2010-08-10 12:43:21 +00:00
proj_transform.cpp The upcoming 4.8.0 release of PROJ.4 is supposed to be threadsafe, so 2010-09-24 15:26:50 +00:00
projection.cpp The upcoming 4.8.0 release of PROJ.4 is supposed to be threadsafe, so 2010-09-24 15:26:50 +00:00
save_map.cpp serialize all dashes, no underscores, as per #644 2011-02-05 03:11:09 +00:00
scale_denominator.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
SConscript enable if/else type behavior in rules using style level keyword to control whether all rules will be evaluated or just the first that matches - closes #706 - thanks to original patch from kkaefer 2011-02-01 22:55:50 +00:00
shield_symbolizer.cpp + add explicit support for shield displacement 2010-06-28 21:32:30 +00:00
stroke.cpp enable aliased lines using stroke-gamma for line_symbolizer - closes #689 2011-02-02 01:46:14 +00:00
svg_parser.cpp comment debug output 2011-01-26 09:17:01 +00:00
svg_path_parser.cpp + specialise svg parsers to expect const char* input 2010-06-14 13:18:17 +00:00
svg_points_parser.cpp + specialise svg parsers to expect const char* input 2010-06-14 13:18:17 +00:00
svg_transform_parser.cpp + specialise svg parsers to expect const char* input 2010-06-14 13:18:17 +00:00
symbolizer.cpp don't return reference to temporary, and intialize metawriter values 2011-01-10 23:04:34 +00:00
text_symbolizer.cpp add 'interior' placement option to text_symbolizr - patch from Toby Collet - closes #709 2011-02-01 08:13:08 +00:00
tiff_reader.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
unicode.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
wkb.cpp + support of WKB geometry collection 2010-11-18 21:52:20 +00:00