.. |
mapnik
|
+ from_wkt factory method
|
2011-02-28 12:40:59 +00:00 |
mapnik_color.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_coord.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_datasource.cpp
|
#622 add optional late-binding of datasources
|
2010-10-24 06:34:18 +00:00 |
mapnik_datasource_cache.cpp
|
+reflect 'plugin_names()' method in python
|
2009-06-22 07:04:07 +00:00 |
mapnik_enumeration.hpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_envelope.cpp
|
reflect new box2d<double>from_bbox() function in python, and add a new value_error class to represent parsing errors (TODO: translate in python to ValueError and throw from other parsers like expression and color)
|
2010-11-15 03:21:43 +00:00 |
mapnik_expression.cpp
|
stub in docstrings for expressions
|
2010-10-07 01:01:49 +00:00 |
mapnik_feature.cpp
|
comment unused function
|
2011-03-01 16:37:53 +00:00 |
mapnik_featureset.cpp
|
apply python docs patch from tmcw - closes #618
|
2010-09-24 17:41:08 +00:00 |
mapnik_font_engine.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_geometry.cpp
|
+ reflect 'area' method
|
2011-02-28 12:41:07 +00:00 |
mapnik_glyph_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_image.cpp
|
python3 support - patch thanks to Haoyu Bai - closes #334
|
2010-09-26 12:15:16 +00:00 |
mapnik_image_view.cpp
|
python3 support - patch thanks to Haoyu Bai - closes #334
|
2010-09-26 12:15:16 +00:00 |
mapnik_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 |
mapnik_line_pattern_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_line_symbolizer.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_map.cpp
|
add a function in python to check for the existance of metawriters on the map
|
2010-11-10 18:40:23 +00:00 |
mapnik_markers_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_parameters.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_point_symbolizer.cpp
|
fix and re-enable point symbolizer pickling
|
2011-03-02 14:39:41 +00:00 |
mapnik_polygon_pattern_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_polygon_symbolizer.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_proj_transform.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_projection.cpp
|
allow for maintaining default ctor for projection class, reverting part of r2105 and part of r2102 (would have caused compile problems in mod_tile) - see also #333, which this sets us up for
|
2010-08-10 17:42:17 +00:00 |
mapnik_python.cpp
|
translate a C++ mapnik::value_error into a python ValueError
|
2010-11-15 03:30:23 +00:00 |
mapnik_query.cpp
|
fix test failure when calling ds.all_features() by allowing a simple Box2d Query contructor - sidestepping issue of converting a python tuple to a boost tuple atm
|
2010-09-26 23:39:04 +00:00 |
mapnik_raster_colorizer.cpp
|
improved RasterColorizer's docstrings as requested in #619
|
2010-09-30 12:50:57 +00:00 |
mapnik_raster_symbolizer.cpp
|
expose filter_factor on raster_symbolizer - patch from Craig de Stigter
|
2011-01-27 03:19:27 +00:00 |
mapnik_rule.cpp
|
+ remove template from mapnik::rule
|
2011-01-13 21:35:01 +00:00 |
mapnik_shield_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_stroke.cpp
|
enable aliased lines using stroke-gamma for line_symbolizer - closes #689
|
2011-02-02 01:46:14 +00:00 |
mapnik_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 |
mapnik_svg.hpp
|
fix serialization of missing shield symbolizer properties
|
2010-12-11 02:07:47 +00:00 |
mapnik_symbolizer.cpp
|
+ remove template from mapnik::rule
|
2011-01-13 21:35:01 +00:00 |
mapnik_text_symbolizer.cpp
|
Add support for multiple placements.
|
2011-02-28 13:17:46 +00:00 |
mapnik_view_transform.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
python_cairo.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
python_optional.hpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
SConscript
|
scons: make sure to handle adding custom flags onto mapnik_python.cpp compile *even* if we do not know the SVN_REVISION
|
2011-01-13 20:53:18 +00:00 |