mapnik/bindings/python
Artem Pavlenko f6852e2401 + tidy
2010-04-09 18:45:45 +00:00
..
mapnik maintain python24 compatibility 2010-04-07 18:44:52 +00:00
Makefile.am new added file 2009-04-04 12:24:45 +00:00
mapnik_color.cpp remove self argument in python docstring for boost <1.35 compatibility allowing the removal of boost version checking - addresses #29 2009-09-27 01:31:30 +00:00
mapnik_coord.cpp remove self argument in python docstring for boost <1.35 compatibility allowing the removal of boost version checking - addresses #29 2009-09-27 01:31:30 +00:00
mapnik_datasource.cpp Created python binding to memory_datasource which can be added Features built programaticcaly. See tests for sample use until docs are done. #528 is almost closed. 2010-03-19 16:16:15 +00:00
mapnik_datasource_cache.cpp +reflect 'plugin_names()' method in python 2009-06-22 07:04:07 +00:00
mapnik_enumeration.hpp add docstrings to enum's in mapnik_stroke - patch from podolsir 2009-09-27 17:10:26 +00:00
mapnik_envelope.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_expression.cpp Revert "re factor expression grammar/parser stuff" 2010-03-15 21:08:56 +00:00
mapnik_feature.cpp + tidy 2010-04-09 18:45:45 +00:00
mapnik_featureset.cpp + make interface to datasource attributes, featuresets, and features more pythonicby adding feature.envelope() method returning combined extent of geometries, ds.fields() method returning list of names, and featureset.features() which returns list of all features in featurset - now accessible via datasource.all_features()- closes #283, #280, #171 2009-05-01 01:21:29 +00:00
mapnik_font_engine.cpp 1.Added 'face_names' method which returns list of face names: 2007-11-08 11:06:05 +00:00
mapnik_geometry.cpp + applied python_point_datasource.patch from lwu 2009-01-13 00:56:09 +00:00
mapnik_glyph_symbolizer.cpp added an angle_mode attribute to GlyphSymbolizer to define the way the angle expression should be interpreted: as an azimuth or as a trigonometric angle 2010-03-22 11:21:17 +00:00
mapnik_image.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_image_view.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_layer.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_line_pattern_symbolizer.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_line_symbolizer.cpp +add pickle support to line_symbolizer - see #345 2009-05-24 06:03:23 +00:00
mapnik_map.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_parameters.cpp +expose parameters as python list and dict, and add pickle support by taking advantage of boost visitation - needs further review - see #345 2009-05-24 06:12:32 +00:00
mapnik_point_symbolizer.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_polygon_pattern_symbolizer.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_polygon_symbolizer.cpp add 'gamma' attribute to PolygonSymbolizer, along with tests against simplified world borders shapefile - setting gamma to .5-.7 can remove gaps in processed_p.shp depending on background color - closes #428 2010-01-13 00:31:45 +00:00
mapnik_proj_transform.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_projection.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_python.cpp initial skeleton of glyph_symbolizer (coarsely ported from arrow_symbolizer). Mapnik compiles but symbolizer does nothing useful yet and is going to be heavily modified to make use of expressions to be general enough to be usable for purposes other than rendering arrows representing vector direction/intensity 2010-03-18 20:04:35 +00:00
mapnik_query.cpp + implement x/y resolution 2010-02-03 16:56:42 +00:00
mapnik_raster_colorizer.cpp + add using mapnik::color 2010-03-17 21:03:18 +00:00
mapnik_raster_symbolizer.cpp pre-eliminary raster coloring support 2010-03-12 13:34:13 +00:00
mapnik_rule.cpp initial skeleton of glyph_symbolizer (coarsely ported from arrow_symbolizer). Mapnik compiles but symbolizer does nothing useful yet and is going to be heavily modified to make use of expressions to be general enough to be usable for purposes other than rendering arrows representing vector direction/intensity 2010-03-18 20:04:35 +00:00
mapnik_shield_symbolizer.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
mapnik_stroke.cpp add docstrings to enum's in mapnik_stroke - patch from podolsir 2009-09-27 17:10:26 +00:00
mapnik_style.cpp fix pickling for styles since they have state and no initial args 2009-05-20 00:21:29 +00:00
mapnik_symbolizer.cpp added an angle_mode attribute to GlyphSymbolizer to define the way the angle expression should be interpreted: as an azimuth or as a trigonometric angle 2010-03-22 11:21:17 +00:00
mapnik_text_symbolizer.cpp don't pass expression_ptr as const 2010-02-03 18:36:01 +00:00
mapnik_view_transform.cpp + merge mapnik2 to trunk 2009-12-16 20:02:06 +00:00
python_cairo.cpp python: add better handling of cairo/pycairo support, refactor rundemo.py, add basic tests for cairo surfaces (closes #392) 2009-07-28 06:27:10 +00:00
python_optional.hpp 1. added boost::optional<T> to/form Python converter 2007-08-01 09:59:23 +00:00
SConscript + enanble installation of mapnik2 side by side with mapnik 2010-03-17 21:03:02 +00:00