.. |
mapnik
|
add python wrapper and docstring for kismet plugin - closes #293
|
2009-05-04 21:40:48 +00:00 |
Makefile.am
|
new added file
|
2009-04-04 12:24:45 +00:00 |
mapnik_color.cpp
|
+ (c++) renamed mapnik::Color to mapnik::color
|
2009-01-14 12:10:24 +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
|
+ 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_datasource_cache.cpp
|
1. move include to mapnik/include
|
2006-10-04 11:22:18 +00:00 |
mapnik_enumeration.hpp
|
+ qualify 'value' to avoid names clashing
|
2009-03-21 12:39:06 +00:00 |
mapnik_envelope.cpp
|
Minor spelling change to use more common spatial term
|
2008-11-17 01:32:45 +00:00 |
mapnik_feature.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_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_filter.cpp
|
+ applied python_point_datasource.patch from lwu
|
2009-01-13 00:56:09 +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_image.cpp
|
Remove reference to CAIRO_HAS_IMAGE_SURFACE macro since this is not supported until cairo 1.8 release
|
2009-01-28 21:11:10 +00:00 |
mapnik_image_view.cpp
|
+ mapnik-centralise-image-tostring-functions.patch (jonb)
|
2009-01-19 22:51:55 +00:00 |
mapnik_layer.cpp
|
slight formatting fixes to docstrings in layer class
|
2009-04-12 20:57:08 +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
|
+ (c++) renamed mapnik::Color to mapnik::color
|
2009-01-14 12:10:24 +00:00 |
mapnik_map.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_parameters.cpp
|
1. Removed srid from geometry class
|
2007-06-12 08:59:54 +00:00 |
mapnik_point_symbolizer.cpp
|
+ point symbolizer opacity patch from Brian (openstreetmap@brian.quinion.co.uk)
|
2008-09-19 08:27:32 +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
|
+ (c++) renamed mapnik::Color to mapnik::color
|
2009-01-14 12:10:24 +00:00 |
mapnik_proj_transform.cpp
|
+ added ability to transform Envelopes in addition to Coords in new python ProjTransform, closes #117
|
2009-01-25 19:02:07 +00:00 |
mapnik_projection.cpp
|
1. Changed internal geometry representation (explicit support for multi geometries)
|
2007-09-16 11:23:51 +00:00 |
mapnik_python.cpp
|
+ applying patch proposed by dane that add explicit_defaults selection when saving maps (closes #327)
|
2009-04-28 21:44:34 +00:00 |
mapnik_query.cpp
|
+ applied python_point_datasource.patch from lwu
|
2009-01-13 00:56:09 +00:00 |
mapnik_raster_symbolizer.cpp
|
1. move include to mapnik/include
|
2006-10-04 11:22:18 +00:00 |
mapnik_rule.cpp
|
Add missing include
|
2009-03-05 04:44:34 +00:00 |
mapnik_shield_symbolizer.cpp
|
+ (c++) renamed mapnik::Color to mapnik::color
|
2009-01-14 12:10:24 +00:00 |
mapnik_stroke.cpp
|
+ (c++) renamed mapnik::Color to mapnik::color
|
2009-01-14 12:10:24 +00:00 |
mapnik_style.cpp
|
+ add pickling support for styles and rules - TODO expose symbolizer object in general(#190) and for pickling
|
2009-02-17 05:23:10 +00:00 |
mapnik_text_symbolizer.cpp
|
+ add support for vertical_alignment (text_symbolizer)
|
2009-03-30 20:47:26 +00:00 |
mapnik_view_transform.cpp
|
+ use separate x/y scales - important for raster
|
2009-04-10 12:00:51 +00:00 |
python_cairo.cpp
|
Revert the patch to add a show_page flag to the cairo renderer and
|
2009-02-06 00:46:29 +00:00 |
python_optional.hpp
|
1. added boost::optional<T> to/form Python converter
|
2007-08-01 09:59:23 +00:00 |
SConscript
|
scons: normalize paths written to 'paths.py' to avoid double '//'
|
2009-03-30 04:15:11 +00:00 |