..
mapnik
python: add back mapnik.Filter and mapnik.Box2d as deprecated + formatting
2010-10-07 01:03:16 +00:00
Makefile.am
new added file
2009-04-04 12:24:45 +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
expose an indexing operator on box2d to allow for easy pythonic access to bounds parts
2010-09-16 14:41:29 +00:00
mapnik_expression.cpp
stub in docstrings for expressions
2010-10-07 01:01:49 +00:00
mapnik_feature.cpp
+ simplify geometry implementation
2010-11-03 13:19:15 +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
+ simplify geometry implementation
2010-11-03 13:19:15 +00:00
mapnik_glyph_symbolizer.cpp
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +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
upgrade default projection of epsg:4326 to match exactly what proj4 stores in /usr/local/share/epsg for 4326 (aka WGS84)
2010-08-10 18:18:31 +00:00
mapnik_line_pattern_symbolizer.cpp
+ refactor path expressions parser
2010-06-18 15:39:32 +00:00
mapnik_line_symbolizer.cpp
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +00:00
mapnik_map.cpp
add an 'extra_attributes' property to the map to store mapnik::parameters that don't make sense as full attributes but need to be carried through from load_map() to save_map() for applications that use mapnik to serialize to xml such as Cascadenik and Quantumnik (currently useful storage for 'minimum_version' and 'font_directory')
2010-10-07 19:34:36 +00:00
mapnik_markers_symbolizer.cpp
+ refactor path expressions parser
2010-06-18 15:39:32 +00:00
mapnik_parameters.cpp
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +00:00
mapnik_point_symbolizer.cpp
add support to PointSymbolizer for 'ignore_placement' - #564
2010-10-15 02:15:40 +00:00
mapnik_polygon_pattern_symbolizer.cpp
+ add support to polygon_patter_symbolizer for global pattern alignment in addition to local/feature (default) alignment - closes #203
2010-06-20 22:36:49 +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
python3 support - patch thanks to Haoyu Bai - closes #334
2010-09-26 12:15:16 +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
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +00:00
mapnik_rule.cpp
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +00:00
mapnik_shield_symbolizer.cpp
expose methods and properties on the ShieldSymbolizer - addresses #612
2010-10-06 19:10:51 +00:00
mapnik_stroke.cpp
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +00:00
mapnik_style.cpp
apply python docs patch from tmcw - closes #618
2010-09-24 17:41:08 +00:00
mapnik_symbolizer.cpp
+ apply 'mapnik-format' to *.cpp *.hpp
2010-06-02 11:03:30 +00:00
mapnik_text_symbolizer.cpp
+ apply Nino Walker's patch text_minimum_padding.diff #547
2010-11-03 13:18:56 +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
explicitly set the runpath to libmapnik for the python bindings - in combination with ability to set 'CUSTOM_LDFLAGS' this closes #354
2010-10-12 04:40:00 +00:00