.. |
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
|
+copy/pickle support for Coord objects - see #345
|
2009-05-20 00:08:18 +00:00 |
mapnik_datasource.cpp
|
revert pickling support on datsources since they can't be created directly from python - we now dump and load in the layer object via params as of r1149 - see #345
|
2009-05-20 00:26:44 +00:00 |
mapnik_datasource_cache.cpp
|
+reflect 'plugin_names()' method in python
|
2009-06-22 07:04:07 +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
|
via a layer object pickle datasource params rather than the datasource object itself - see #345
|
2009-05-20 00:18:46 +00:00 |
mapnik_line_pattern_symbolizer.cpp
|
+add pickle support for pattern symbolizers - see #345
|
2009-05-24 05:45:07 +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
|
+ 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
|
+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
|
+ point symbolizer opacity patch from Brian (openstreetmap@brian.quinion.co.uk)
|
2008-09-19 08:27:32 +00:00 |
mapnik_polygon_pattern_symbolizer.cpp
|
+add pickle support for pattern symbolizers - see #345
|
2009-05-24 05:45:07 +00:00 |
mapnik_polygon_symbolizer.cpp
|
+add pickle support for polygon_symbolizer - see #345
|
2009-05-24 05:52:54 +00:00 |
mapnik_proj_transform.cpp
|
+add pickle support for proj_transform and view/coord_transform - see #345
|
2009-05-24 06:31:32 +00:00 |
mapnik_projection.cpp
|
+add pickle support to projection class - see #345
|
2009-05-24 06:02:33 +00:00 |
mapnik_python.cpp
|
apply patch from mishok13 to allow proper checking for pycairo support compiled into mapnik - closes #284
|
2009-05-24 04:25:51 +00:00 |
mapnik_query.cpp
|
+add support for pickling a mapnik query - see #345
|
2009-05-24 05:49:03 +00:00 |
mapnik_raster_symbolizer.cpp
|
+add pickle support for raster_symbolizer - see #345
|
2009-05-24 05:34:18 +00:00 |
mapnik_rule.cpp
|
Add missing include
|
2009-03-05 04:44:34 +00:00 |
mapnik_shield_symbolizer.cpp
|
+add pickle support for shield_symbolizer - see #345
|
2009-05-24 05:55:35 +00:00 |
mapnik_stroke.cpp
|
+add pickle support to text_symbolizer, improve support for stroke, and add tests for stroke and text pickling via python - see: #345
|
2009-05-26 01:50:58 +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_text_symbolizer.cpp
|
+add pickle support to text_symbolizer, improve support for stroke, and add tests for stroke and text pickling via python - see: #345
|
2009-05-26 01:50:58 +00:00 |
mapnik_view_transform.cpp
|
+add pickle support for proj_transform and view/coord_transform - see #345
|
2009-05-24 06:31:32 +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
|
+ Cleaner builds - don't import everything from ENV!
|
2009-06-29 14:04:44 +00:00 |