mapnik/src
2011-10-11 20:22:49 -07:00
..
agg + update shield-symbolizer to use 'transformed' label extent (#808) 2011-09-25 17:58:13 +00:00
grid add needed include for evaluating expressions to prepare for moving feature_style_processor to cpp file 2011-09-01 00:43:46 +00:00
svg ensure the experimental svg_renderer compiles 2011-09-16 16:18:10 +00:00
wkt maintain boost 1.42 compatibility by disabling new wkt parser for boost <= 1.46 2011-09-09 09:26:11 +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
build.py move bundled agg sources into depedencies subdirectory (as we may bundle other deps there too to reduce clutter) and remove all traces of unused tinyxml (ptree now uses rapidxml header-only library internally) - refs #913 2011-10-11 20:22:49 -07:00
cairo_renderer.cpp added includes for config.hpp (PROJ_ENEVLOPE_POINTS) 2011-09-16 14:35:47 +00:00
color.cpp don't suppress exception in mapnik::color constructor when init from a string 2011-07-05 23:01:51 +00:00
datasource_cache.cpp add code comment about ltdl global advise usage in relation to #790 2011-07-05 23:50:30 +00:00
distance.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +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_style_processor.cpp ensure the experimental svg_renderer compiles 2011-09-16 16:18:10 +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 + move <unicode> includes to .cpp 2011-09-26 08:58:33 +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 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
image_reader.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
image_util.cpp applied patch from kkaefer (gist: 9e0d59a418f8ca653d26) 2011-09-07 20:01:01 +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 use std::string 2011-06-24 00:53:00 +00:00
libxml2_loader.cpp add missed commits to complete the support for map 'base' 2011-05-25 23:51:40 +00:00
line_pattern_symbolizer.cpp Add symbolizer_base constructor to all symbolizers. 2010-08-10 12:43:21 +00:00
line_symbolizer.cpp add line_symbolizer cpp 2011-09-09 23:46:39 +00:00
load_map.cpp add a label attribute to colorizer_stop 2011-09-16 13:32:16 +00:00
map.cpp return early from map.zoom_all() if a map contains no layers 2011-10-03 20:15:57 +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 correctly initalize markers_symbolizer default values - avoid segfaul in carto-parser 2011-08-28 16:49:02 +00:00
memory.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
memory_datasource.cpp + move feature_factory.hpp include to impl file 2011-05-09 13:52:06 +00:00
metawriter.cpp fix intialization order warning 2011-08-04 19:05:28 +00:00
metawriter_factory.cpp typo 2011-07-16 15:45:40 +00:00
metawriter_inmem.cpp Optionally output JSON data with pixel coordinates. 2011-07-16 12:24:52 +00:00
palette.cpp + refactor palette stuff a bit 2011-09-07 15:01:25 +00:00
parse_path.cpp + add implementation files 2010-06-18 15:39:57 +00:00
placement_finder.cpp + linewrap-patch-r3362.patch from dimka (#189) 2011-09-25 19:43:02 +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 add gamma to polygon-pattern-symbolizer, useful for avoiding AA affects at tile edges so that global patterns can have seamless alignment 2011-06-28 22:37:35 +00:00
proj_transform.cpp use AGG for interpolation when warping rasters 2011-09-13 15:41:39 +00:00
projection.cpp add Projection.expanded() function to ask proj4 what its internal, normalized definition looks like (useful only for debugging) 2011-05-17 19:05:15 +00:00
raster_colorizer.cpp fix raster colorizer_stop comparison operator - avoids clang unused variable warning 2011-10-03 19:54:48 +00:00
save_map.cpp add a label attribute to colorizer_stop 2011-09-16 13:32:16 +00:00
scale_denominator.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +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 use namespace to avoid potential clash 2011-07-09 00:28:41 +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 Added metawriter helper function. 2011-07-28 22:59:05 +00:00
text_placements.cpp Add alignment to text_placement_info. 2011-05-29 22:33:41 +00:00
text_symbolizer.cpp match css exactly for alignment names - fixes #807 2011-09-12 20:15:13 +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
warp.cpp forgot to add warp.cpp as a source 2011-09-16 14:57:40 +00:00
wkb.cpp + change wkb interface to work directly on ptr_vector<geometry_type> 2011-09-13 11:54:04 +00:00