mapnik/src
artemp a513d3f97d + code: avoid exposing unsafe static methods in datasource_cache ( #1451)
+ python: remove redundent 'instance' method (mapnik.DatasourceCache)
+ python: reflect plugin_directories method
+ tests: update python usage

TODO: consider using similar approach in FontEngine etc..
TODO: consider returning reference from singleton::instance() to
      safeguard from accidental deleting a 'singleton' pointer
2012-09-05 12:53:37 +01:00
..
agg avoid double drawing of lines with RASTERIZER_FAST 2012-08-30 23:34:43 -07:00
formatting Use double instead of unsigned while parsing XML. 2012-09-05 02:15:58 +02:00
grid add build file for headers and svg/output code directories to hold the svg_renderer used for output - refs #1438 2012-08-27 17:58:49 -07:00
json + geojson geometry parser implementation 2012-08-17 12:47:41 +01:00
svg More parser clean up - color parser 2012-08-29 16:41:48 -04:00
text_placements - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
wkt fix namespacing for wkt generator code - refs #1330 2012-08-22 09:54:01 -07:00
box2d.cpp c++ style 2012-09-03 10:27:48 -07:00
build.py More parser clean up - color parser 2012-08-29 16:41:48 -04:00
building_symbolizer.cpp +reflect building symbolizer in python 2012-08-20 18:17:00 -07:00
cairo_renderer.cpp Use double instead of unsigned while parsing XML. 2012-09-05 02:15:58 +02:00
color.cpp More parser clean up - color parser 2012-08-29 16:41:48 -04:00
color_factory.cpp More parser clean up - color parser 2012-08-29 16:41:48 -04:00
config_error.cpp improve error messages for exceptions thrown in symbolizers during load_map - closes #1441 2012-08-23 14:04:03 -07:00
conversions.cpp fix linking of postgis.input by using MAPNIK_DECL and ensuring the header is included in src/conversions.cpp - closes #1127 2012-04-05 16:59:36 -07:00
css_color_grammar.cpp shuffle the mapnik::hue_to_rgb method - no need for it to be in the cpp file 2012-08-28 20:08:43 -07:00
datasource_cache.cpp + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
debug.cpp c++ style 2012-09-03 10:27:48 -07:00
deepcopy.cpp + code: avoid exposing unsafe static methods in datasource_cache ( #1451) 2012-09-05 12:53:37 +01:00
distance.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
expression.cpp Minimal roll back const changes 2012-08-29 16:41:48 -04:00
expression_grammar.cpp reduce build time of xml_tree by half and memory usage by 1/3 - refs #1267 2012-07-23 16:15:27 -07:00
expression_node.cpp remove duplicate declaration 2012-07-24 23:40:28 -07:00
expression_string.cpp + expose geometry type in expression grammar to allow following 2012-07-20 12:28:25 +01:00
feature_kv_iterator.cpp fix the ability of external libraries to link mapnik on windows 2012-02-24 11:32:16 -08:00
feature_style_processor.cpp move feature_style_processor to an implementation header file 2012-08-25 13:35:41 +02:00
feature_type_style.cpp implement style-level opacity - closes #314 2012-06-19 15:10:28 -04:00
font_engine_freetype.cpp fix and doc out behavior of register_fonts 2012-08-16 12:29:13 -07:00
font_set.cpp Added set_name to font_set class 2012-08-27 16:09:29 -04:00
gamma_method.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
gradient.cpp + pass by const-ref 2012-05-15 14:40:24 +01:00
graphics.cpp more portable rounding behavior - refs ##1454 2012-08-31 20:31:06 -07:00
image_compositing.cpp disable colorize-alpha comp-op as per #1371 2012-08-15 14:46:58 -07:00
image_filter_grammar.cpp move image filter grammar to cpp and re-use in load map by attaching to xml_tree - closes #1435 2012-08-23 08:13:22 -07:00
image_reader.cpp c++ style 2012-09-03 10:27:48 -07:00
image_scaling.cpp correct various old trac links to point to github - closes #1396 2012-08-16 12:27:58 -07:00
image_util.cpp rollback 34c3128b0c, move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp 2012-07-06 16:45:58 -07:00
jpeg_reader.cpp c++ style 2012-09-03 10:27:48 -07:00
layer.cpp fix group_by on layer to be std::string const& and reflect in python 2012-08-20 16:26:41 -07:00
libxml2_loader.cpp fix whitespace post 2f8d08c36 2012-04-23 19:21:26 -07:00
line_pattern_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
line_symbolizer.cpp restore the fast line rasterizer (rasterizer_outline_aa) and improve its rendering quality and consistency with standard method - refs #873 2012-05-11 17:40:21 -07:00
load_map.cpp Simplified path_parse implementation 2012-08-29 16:41:43 -04:00
map.cpp fixup includes 2012-08-15 10:25:29 -07:00
mapped_memory_cache.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
marker_cache.cpp rename path_ptr to the more explicit svg_path_ptr and set up markers_symbolizer rendering for upcoming changed 2012-07-30 21:45:46 -07:00
markers_symbolizer.cpp correct rendering behavior of marker-opacity, which should not, as per svg, override fill-opacity and stroke-opacity but should combine with it 2012-08-03 14:14:03 -07:00
memory.cpp - replace all instances of std::cerr with MAPNIK_LOG_* 2012-04-10 00:51:04 +02:00
memory_datasource.cpp include what you use 2012-07-24 19:08:26 -07:00
palette.cpp Improve error messages. 2012-03-12 01:09:26 +01:00
parse_path.cpp Minimal roll back const changes 2012-08-29 16:41:48 -04:00
parse_transform.cpp + add missing headers 2012-06-17 15:16:13 -04:00
path_expression_grammar.cpp move css_color and path_expression grammars to cpp 2012-07-24 15:43:32 -07:00
placement_finder.cpp use correct total_distance variable - closes #1430 2012-08-22 13:25:40 -07:00
plugin.cpp c++ style 2012-09-03 10:27:48 -07:00
png_reader.cpp c++ style 2012-09-03 10:27:48 -07:00
point_symbolizer.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
polygon_pattern_symbolizer.cpp + move 'smooth' property to symbolizer_base level 2012-05-07 16:08:16 +01:00
polygon_symbolizer.cpp + move 'smooth' property to symbolizer_base level 2012-05-07 16:08:16 +01:00
processed_text.cpp better fontset and font failure messages - refs #1101 2012-08-22 17:01:24 -07:00
proj_transform.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
projection.cpp add compile time warning if building against proj < 4.8 2012-04-11 08:23:41 -07:00
rapidxml_loader.cpp c++ style 2012-09-03 10:52:36 -07:00
raster_colorizer.cpp - finish thrashing all the useless ifdef MAPNIK_LOG 2012-04-09 21:41:56 +02:00
save_map.cpp + remove metawriters for the upcoming 2.1 release 2012-08-15 09:47:03 +01:00
scale_denominator.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
shield_symbolizer.cpp + support clipping on/off in text_symbolizer_helper, 2012-07-11 14:47:39 +01:00
stroke.cpp + add miterlimit parameter 2012-05-02 17:04:24 +01:00
symbolizer.cpp partially repair backward compatibility in python for 'marker-type' - refs #1427 and #1285 2012-08-21 16:36:15 -07:00
symbolizer_helpers.cpp geometry.hpp does not need to use geom_util.hpp - this include cleanup exposed #1430 2012-08-22 13:27:44 -07:00
text_properties.cpp Use double instead of unsigned while parsing XML. 2012-09-05 02:15:58 +02:00
text_symbolizer.cpp Use double instead of unsigned while parsing XML. 2012-09-05 02:15:58 +02:00
tiff_reader.cpp c++ style 2012-09-03 10:27:48 -07:00
transform_expression.cpp new feature: transform expressions are now dynamic 2012-06-06 17:34:26 +02:00
transform_expression_grammar.cpp transform expressions: disallow space-separated compound arguments, refs #1389 2012-08-19 19:30:51 +02:00
unicode.cpp got rid of old CVS $Id comments kludge in files 2012-04-08 02:45:01 +02:00
warp.cpp rollback 34c3128b0c, move 'scaling' to proper enum, and move image_scaling functions to new cpp/hpp 2012-07-06 16:45:58 -07:00
wkb.cpp + wkb reader : close polygons 2012-07-26 15:20:56 +01:00
xml_tree.cpp More parser clean up - color parser 2012-08-29 16:41:48 -04:00