mapnik/bindings/python
Artem Pavlenko 76572994b5 Applied mapnik-r511.patch from David Siegel:
plugins/input/postgis/SConscript:
- added boost_thread-mt to darwin builds

demo/c++/rundemo.cpp:
- setBackground() is now set_background()

bindings/python/SConscript:
- added boost_thread-mt to darwin builds
- changed builder to LoadableModule which builds a so called "bundle"
   on darwin and a shared library on all other systems.
- LDMODULEPREFIX = '' 

SConstruct:
- freetype-config is now searched in the path.
2007-08-28 10:12:38 +00:00
..
mapnik applied patch from jonb - glob for all *.ttf 2007-06-20 20:20:16 +00:00
mapnik_color.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_coord.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_datasource.cpp 1. Removed srid from geometry class 2007-06-12 08:59:54 +00:00
mapnik_datasource_cache.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_envelope.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_feature.cpp added convertions : 2007-06-05 09:12:30 +00:00
mapnik_featureset.cpp implemented query_map_point method on map object: 2006-12-06 20:26:59 +00:00
mapnik_filter.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_font_engine.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_image.cpp removed set_alpha 2007-08-09 20:23:09 +00:00
mapnik_image_view.cpp added save_to_file method that works with Image object. 2007-06-12 19:30:58 +00:00
mapnik_layer.cpp implelmented optional 'clear' text labels cache at the layer level 2007-05-01 07:53:20 +00:00
mapnik_line_pattern_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_line_symbolizer.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_map.cpp 1. added boost::optional<T> to/form Python converter 2007-08-01 09:59:23 +00:00
mapnik_parameters.cpp 1. Removed srid from geometry class 2007-06-12 08:59:54 +00:00
mapnik_point_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_polygon_pattern_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_polygon_symbolizer.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_projection.cpp 1. Removed srid from geometry class 2007-06-12 08:59:54 +00:00
mapnik_python.cpp 1. added boost::optional<T> to/form Python converter 2007-08-01 09:59:23 +00:00
mapnik_query.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_raster_symbolizer.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_rule.cpp 1) Added line following labels. Use set_label_placement(POINT_PLACEMENT) or set_label_placement(LINE_PLACEMENT) on a text symbolizer. 2006-10-17 14:12:53 +00:00
mapnik_shield_symbolizer.cpp Added minimum_distance property to text symbolizers. This prevents the same label from appearing within N pixels (across features). 2007-07-02 13:39:08 +00:00
mapnik_stroke.cpp 1.added projection transformation support based on proj4 (new dependency!!!) 2006-10-16 13:44:52 +00:00
mapnik_style.cpp 1. move include to mapnik/include 2006-10-04 11:22:18 +00:00
mapnik_text_symbolizer.cpp Added minimum_distance property to text symbolizers. This prevents the same label from appearing within N pixels (across features). 2007-07-02 13:39:08 +00:00
python_optional.hpp 1. added boost::optional<T> to/form Python converter 2007-08-01 09:59:23 +00:00
SConscript Applied mapnik-r511.patch from David Siegel: 2007-08-28 10:12:38 +00:00