mapnik/bindings/python
Jean-Francois Doyon 2d18a3a2c0 Add python PROJ.4 module under mapnik python API.
This makes the Projection class available from mapnik:

>>> from mapnik import Projection
registered datasource : raster
registered datasource : shape
registered datasource : postgis
>>> Projection
<class mapnik.Projection.Projection at 0xb7f7250c>
>>>
2006-03-26 22:35:37 +00:00
..
mapnik - Add .sconsign to svn:ignore ... 2006-03-22 00:41:52 +00:00
pyprojection Add python PROJ.4 module under mapnik python API. 2006-03-26 22:35:37 +00:00
mapnik_color.cpp 1.added to_string method to Color 2006-02-27 21:57:08 +00:00
mapnik_datasource_cache.cpp Capitalized class names as per the "Style Guide for Python Code" at: 2006-02-20 01:34:02 +00:00
mapnik_envelope.cpp Reworked all the svn:ignore properties. They are all set explicitely now, and nothing should be left unacounted for. 2006-02-26 21:47:35 +00:00
mapnik_filter.cpp Fixed up some more styling. 2006-02-26 23:04:47 +00:00
mapnik_font_engine.cpp added font_engine to python bindings (TODO!) 2006-03-19 21:55:59 +00:00
mapnik_image.cpp Reworked all the svn:ignore properties. They are all set explicitely now, and nothing should be left unacounted for. 2006-02-26 21:47:35 +00:00
mapnik_layer.cpp Add docstrings, and add support for setting the 2006-03-22 00:13:14 +00:00
mapnik_line_pattern_symbolizer.cpp 1.python bindings updated to reflect symbolizers changes 2006-02-25 11:03:30 +00:00
mapnik_line_symbolizer.cpp 1.python bindings updated to reflect symbolizers changes 2006-02-25 11:03:30 +00:00
mapnik_map.cpp Add docstrings, and add support for setting the 2006-03-22 00:13:14 +00:00
mapnik_parameters.cpp Capitalized class names as per the "Style Guide for Python Code" at: 2006-02-20 01:34:02 +00:00
mapnik_point_symbolizer.cpp 1.python bindings updated to reflect symbolizers changes 2006-02-25 11:03:30 +00:00
mapnik_polygon_pattern_symbolizer.cpp 1.python bindings updated to reflect symbolizers changes 2006-02-25 11:03:30 +00:00
mapnik_polygon_symbolizer.cpp 1.python bindings updated to reflect symbolizers changes 2006-02-25 11:03:30 +00:00
mapnik_python.cpp added font_engine to python bindings (TODO!) 2006-03-19 21:55:59 +00:00
mapnik_raster_symbolizer.cpp 1.python bindings updated to reflect symbolizers changes 2006-02-25 11:03:30 +00:00
mapnik_rule.cpp 1.python bindings updated to reflect symbolizers changes 2006-02-25 11:03:30 +00:00
mapnik_stroke.cpp Capitalized class names as per the "Style Guide for Python Code" at: 2006-02-20 01:34:02 +00:00
mapnik_style.cpp Capitalized class names as per the "Style Guide for Python Code" at: 2006-02-20 01:34:02 +00:00
mapnik_text_symbolizer.cpp Add support for halo's to TextSymbolizer(). 2006-03-22 00:11:01 +00:00
SConscript Reworked the way the tail end of the boost libs (i.e. -gcc-mt) is handled. 2006-02-06 01:08:32 +00:00