mapnik/bindings/python
2011-10-31 10:53:35 +13:00
..
mapnik Merge remote branch 'origin/master' 2011-10-31 10:53:35 +13:00
build.py Do a proper check for BOOST_PYTHON_LIB in scons, and change it to be only the library name. re: mapnik-packaging:#3 2011-10-21 16:39:35 -07: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 as a followup to fa7efc9390, remove unneeded operator-= from box2d 2011-10-19 21:39:48 -07: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 + add unified interface to mapnik2.Feature: 2011-09-13 11:54:12 +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 +reflect native c++ core register_fonts function - that works recursively 2011-09-15 20:13:15 +00:00
mapnik_geometry.cpp remove area as it is unused (not needed by anything yet) - closes #846 2011-10-21 15:55:58 -07: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 + various win32 fixes, mainly adding extra namespace qualifiers 2011-10-19 15:29:24 +01:00
mapnik_grid_view.cpp + various win32 fixes, mainly adding extra namespace qualifiers 2011-10-19 15:29:24 +01:00
mapnik_image.cpp + remove the unnecessary empty palette from tostring2 2011-10-03 08:47:25 +00:00
mapnik_image_view.cpp + remove the unnecessary empty palette from tostring2 2011-10-03 08:47:25 +00:00
mapnik_inmem_metawriter.cpp + various win32 fixes, mainly adding extra namespace qualifiers 2011-10-19 15:29:24 +01:00
mapnik_label_collision_detector.cpp Use make_shared as suggested by coding guidelines. 2011-10-13 19:34:28 +01:00
mapnik_layer.cpp removing my name from copyright as the intention/convention is for copyright to be help by project founder artem: contributions do not necessitate copyright - TODO: document this on community wiki 2011-10-11 17:52:15 -07: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 fix tests around line symbolizer 2011-09-12 05:33:13 +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_palette.cpp +reflect mapnik.Palette in python 2011-08-31 02:28:38 +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 Exposed the label collision detector outside the agg_render object 2011-10-12 01:05:35 +01: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 add a label attribute to colorizer_stop 2011-09-16 13:32:16 +00:00
mapnik_raster_symbolizer.cpp made mesh_size configurable 2011-09-16 12:21:21 +00:00
mapnik_rule.cpp + various win32 fixes, mainly adding extra namespace qualifiers 2011-10-19 15:29:24 +01: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 + various win32 fixes, mainly adding extra namespace qualifiers 2011-10-19 15:29:24 +01:00
mapnik_symbolizer.cpp avoid unused parameter compiler warnings 2011-04-04 04:37:08 +00:00
mapnik_text_symbolizer.cpp add minimum-path-length to text_symbolizer - closes #865 2011-09-04 17:33:48 +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 + various win32 fixes, mainly adding extra namespace qualifiers 2011-10-19 15:29:24 +01:00
python_optional.hpp + apply 'mapnik-format' to *.cpp *.hpp 2010-06-02 11:03:30 +00:00