mapnik/src
2011-05-09 13:51:50 +00:00
..
agg + don't scale shield (scale_factor is applied in agg_renderer<T>::render_marker) 2011-05-09 13:51:50 +00:00
grid account for scaling and alpha of bitmap images in grid_renderer 2011-05-02 22:33:11 +00:00
svg tabs -> spaces 2011-05-04 15:53:36 +00:00
wkt + fix include paths 2011-02-24 15:54:59 +00:00
arrow.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
box2d.cpp box2d: when copying actually copy exactly rather than using init to enforce validity - closes #749 2011-04-14 19:26:49 +00:00
cairo_renderer.cpp sync cairo with agg renderer after r2876 2011-05-06 00:36:09 +00:00
color.cpp + catch config_error in color::color(str) ctor 2010-06-21 11:06:42 +00:00
datasource_cache.cpp avoid compiler warning of 'cast between pointer-to-function and pointer-to-object is an extension' with clang/gcc 2011-04-02 00:43:20 +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 make the requirement of boost_regex unicode support optional by detecting if boost_regex was itself built with ICU support 2011-02-28 20:00:56 +00:00
feature_type_style.cpp avoid -pedantic warnings 2011-04-01 07:20:41 +00:00
filter_factory.cpp update comments 2011-04-19 00:20:04 +00:00
font_engine_freetype.cpp get iterator type right after r2843 2011-04-27 21:06:07 +00:00
font_set.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
glyph_symbolizer.cpp avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
gradient.cpp avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
graphics.cpp avoid unused parameter compiler warnings 2011-04-04 04:35:28 +00:00
image_reader.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
image_util.cpp add ability to pass a scaling ratio just to the affine scaling - needed by grid_renderer 2011-05-02 22:30:50 +00:00
jpeg_reader.cpp jpeg reader: make to sure call jpeg_finish_decompress if scanlines have been read 2011-04-04 04:03:03 +00:00
layer.cpp make feature caching optional, and disabled by default (to avoid std::bad_alloc in low memory environments). Can be set as new layer property 'cache-features' - closes #657 2011-03-01 17:09:29 +00:00
libxml2_loader.cpp remove tabs 2011-04-01 20:47:26 +00:00
line_pattern_symbolizer.cpp Add symbolizer_base constructor to all symbolizers. 2010-08-10 12:43:21 +00:00
load_map.cpp ensure valid attributes on the RasterSymbolizer and RasterColorizer, warning if not 2011-05-04 01:57:37 +00:00
map.cpp touchup error message if zoom_all() fails 2011-04-15 22:46:53 +00:00
mapped_memory_cache.cpp don't warn if mmap's file is missing (shapefile does not have an index) 2011-04-13 20:09:52 +00:00
marker_cache.cpp revert unintended change 2011-02-25 21:02:33 +00:00
markers_symbolizer.cpp avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
memory.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
memory_datasource.cpp add test for grid generation, and make sure point_datasource feature id starts at 1 (as datasources should) 2011-04-29 19:25:00 +00:00
metawriter.cpp avoid unused parameter compiler warnings 2011-04-04 04:35:28 +00:00
metawriter_factory.cpp + add missing files from 735_metawriter_inmem.patch 2011-03-16 16:50:02 +00:00
metawriter_inmem.cpp add option to collect the total extent of all placement bboxs to enable passing along to metawriters - modified patch from kevin.kreaiser - closes #755 2011-04-30 00:06:27 +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 add option to collect the total extent of all placement bboxs to enable passing along to metawriters - modified patch from kevin.kreaiser - closes #755 2011-04-30 00:06:27 +00:00
plugin.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
png_reader.cpp handle return of fread 2011-04-01 23:54:58 +00:00
point_symbolizer.cpp remove uneeded includes 2011-04-29 17:40:15 +00:00
polygon_pattern_symbolizer.cpp avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
proj_transform.cpp fix return from proj_transform when coordinates cannot be reprojected 2011-04-13 21:03:15 +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
raster_colorizer.cpp wrap raster_colorizer in mapnik ns and remove uneeded includes 2011-05-04 05:19:58 +00:00
save_map.cpp apply major refactor of RasterColorizer by ben moores from https://github.com/BenMoores/mapnik-trunk/wiki/RasterColorizer - closes #523 2011-05-04 00:20:17 +00:00
scale_denominator.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
SConscript apply major refactor of RasterColorizer by ben moores from https://github.com/BenMoores/mapnik-trunk/wiki/RasterColorizer - closes #523 2011-05-04 00:20:17 +00:00
shield_symbolizer.cpp + add explicit support for shield displacement 2010-06-28 21:32:30 +00:00
stroke.cpp avoid -pedantic warnings 2011-04-01 07:20:41 +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_placements.cpp Show error message when invalid placement algorithm is selected. 2011-03-11 14:18:34 +00:00
text_symbolizer.cpp slighly more restrictive default max_char_angle_delta 2011-05-04 01:53:20 +00:00
tiff_reader.cpp + throw image_reader_exception if we can't read tiff file 2011-04-11 21:17:10 +00:00
unicode.cpp + add optional length parameter to allow 2011-03-16 13:31:56 +00:00
wkb.cpp + add missing geometry types 2011-02-24 15:47:36 +00:00