mapnik/bindings/python
2011-08-11 19:14:00 +00:00
..
mapnik return string repr of types rather than dodgy type conversion in python 2011-07-12 00:58:02 +00:00
mapnik_color.cpp + add __neq__ operator : ( self != self ) 2011-06-07 16:14:26 +00:00
mapnik_coord.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
mapnik_datasource.cpp return string repr of types rather than dodgy type conversion in python 2011-07-12 00:58:02 +00:00
mapnik_datasource_cache.cpp +reflect 'plugin_names()' method in python 2009-06-22 07:04:07 +00:00
mapnik_enumeration.hpp avoid unused parameter compiler warnings 2011-04-04 04:37:08 +00:00
mapnik_envelope.cpp + add __neq__ operator 2011-06-07 19:27:15 +00:00
mapnik_expression.cpp python: shuffle mapnik::value -> python object convertor, and utilize for conversion to correct type in expression evalution 2011-07-27 02:36:59 +00:00
mapnik_feature.cpp python: shuffle mapnik::value -> python object convertor, and utilize for conversion to correct type in expression evalution 2011-07-27 02:36:59 +00:00
mapnik_featureset.cpp re-expose next() iterator, previously removed in r1121 2011-04-29 19:59:00 +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_grid.cpp reflect mapnik.Grid in python 2011-06-04 00:25:43 +00:00
mapnik_grid_view.cpp reflect mapnik.GridView in python 2011-06-04 00:26:29 +00:00
mapnik_image.cpp + add remaining compositing modes 2011-07-13 13:23:18 +00:00
mapnik_image_view.cpp python3 support - patch thanks to Haoyu Bai - closes #334 2010-09-26 12:15:16 +00:00
mapnik_inmem_metawriter.cpp add missing file from previous commit 2011-03-17 05:46:55 +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 load_map_from_string has always accepted a base path argument to drive the interpretation of relative paths in the stylesheet when loaded in memory- this really should be a full map property so that it can be known on the map object after parsing and changed if the map is saved to a new location 2011-05-25 23:48:07 +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 use 'alignment' keyword in python to match XML in polygon_pattern_symbolizer, closes #203 2011-06-28 23:22:06 +00:00
mapnik_polygon_symbolizer.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
mapnik_proj_transform.cpp reflect the new forward/backward functions added in r2942 in python 2011-05-31 22:43:48 +00:00
mapnik_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
mapnik_python.cpp python: shuffle mapnik::value -> python object convertor, and utilize for conversion to correct type in expression evalution 2011-07-27 02:36:59 +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 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
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 allow markers_symbolizer to be created from python 2011-04-29 17:39:11 +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 avoid clang++ -pedantic compiler warnings 2011-04-01 06:24:57 +00:00
mapnik_symbolizer.cpp avoid unused parameter compiler warnings 2011-04-04 04:37:08 +00:00
mapnik_text_symbolizer.cpp Add support for multiple placements. 2011-02-28 13:17:46 +00:00
mapnik_value_converter.hpp handle boolean conversion to python 2011-07-11 22:27:40 +00:00
mapnik_view_transform.cpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
python_cairo.cpp avoid deprecated string conversion warning in pycairo by overriding Pycairo_Import macro and casting away const to please the c/c++ borderlands 2011-04-04 04:40:18 +00:00
python_grid_utils.hpp rework the grid rendering interface to be object oriented and template based allowing for working both with grids and grid views for metatiling 2011-06-04 00:28:00 +00:00
python_optional.hpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00
SConscript add LINKING option to control whether libmapnik is build static or shared and RUNTIME_LINK options to trigger dependency flags to compile against static libs 2011-08-11 19:14:00 +00:00