.. |
mapnik
|
make available MAPNIK_VERSION_STRING in c++ header (not just in python) and add MAPNIK_VERSION_IS_RELEASE define that indicates if the code is released
|
2012-03-14 17:26:50 -07:00 |
build.py
|
backport 'switch naming back from libmapnik2 -> libmapnik (also python)' and remove svn traces (refs #941)
|
2012-03-14 15:44:48 -07:00 |
mapnik_color.cpp
|
+ add __neq__ operator : ( self != self )
|
2011-06-07 16:14:26 +00:00 |
mapnik_coord.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_datasource.cpp
|
return string repr of types rather than dodgy type conversion in python
|
2011-07-12 00:58:02 +00:00 |
mapnik_datasource_cache.cpp
|
+reflect 'plugin_names()' method in python
|
2009-06-22 07:04:07 +00:00 |
mapnik_enumeration.hpp
|
avoid unused parameter compiler warnings
|
2011-04-04 04:37:08 +00:00 |
mapnik_envelope.cpp
|
+ reflect valid() method
|
2011-09-13 13:23:15 +00:00 |
mapnik_expression.cpp
|
python: shuffle mapnik::value -> python object convertor, and utilize for conversion to correct type in expression evalution
|
2011-07-27 02:36:59 +00:00 |
mapnik_feature.cpp
|
+ add unified interface to mapnik2.Feature:
|
2011-09-13 11:54:12 +00:00 |
mapnik_featureset.cpp
|
backport 'switch naming back from libmapnik2 -> libmapnik (also python)' and remove svn traces (refs #941)
|
2012-03-14 15:44:48 -07:00 |
mapnik_font_engine.cpp
|
+reflect native c++ core register_fonts function - that works recursively
|
2011-09-15 20:13:15 +00:00 |
mapnik_geometry.cpp
|
+ add __len__ method
|
2011-09-13 13:23:23 +00:00 |
mapnik_glyph_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_grid.cpp
|
match nodejs bindings for kwarg args when encoding grids
|
2011-09-15 20:09:28 +00:00 |
mapnik_grid_view.cpp
|
reflect mapnik.GridView in python
|
2011-06-04 00:26:29 +00:00 |
mapnik_image.cpp
|
+ remove the unnecessary empty palette from tostring2
|
2011-10-03 08:47:25 +00:00 |
mapnik_image_view.cpp
|
+ remove the unnecessary empty palette from tostring2
|
2011-10-03 08:47:25 +00:00 |
mapnik_inmem_metawriter.cpp
|
add missing file from previous commit
|
2011-03-17 05:46:55 +00:00 |
mapnik_layer.cpp
|
removing my name from copyright as the intention/convention is for copyright to be help by project founder artem: contributions do not necessitate copyright - TODO: document this on community wiki
|
2011-10-11 17:52:15 -07:00 |
mapnik_line_pattern_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_line_symbolizer.cpp
|
fix tests around line symbolizer
|
2011-09-12 05:33:13 +00:00 |
mapnik_map.cpp
|
load_map_from_string has always accepted a base path argument to drive the interpretation of relative paths in the stylesheet when loaded in memory- this really should be a full map property so that it can be known on the map object after parsing and changed if the map is saved to a new location
|
2011-05-25 23:48:07 +00:00 |
mapnik_markers_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_palette.cpp
|
+reflect mapnik.Palette in python
|
2011-08-31 02:28:38 +00:00 |
mapnik_parameters.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_point_symbolizer.cpp
|
fix and re-enable point symbolizer pickling
|
2011-03-02 14:39:41 +00:00 |
mapnik_polygon_pattern_symbolizer.cpp
|
use 'alignment' keyword in python to match XML in polygon_pattern_symbolizer, closes #203
|
2011-06-28 23:22:06 +00:00 |
mapnik_polygon_symbolizer.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
mapnik_proj_transform.cpp
|
reflect the new forward/backward functions added in r2942 in python
|
2011-05-31 22:43:48 +00:00 |
mapnik_projection.cpp
|
add Projection.expanded() function to ask proj4 what its internal, normalized definition looks like (useful only for debugging)
|
2011-05-17 19:05:15 +00:00 |
mapnik_python.cpp
|
make available MAPNIK_VERSION_STRING in c++ header (not just in python) and add MAPNIK_VERSION_IS_RELEASE define that indicates if the code is released
|
2012-03-14 17:26:50 -07: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
|
backport 'switch naming back from libmapnik2 -> libmapnik (also python)' and remove svn traces (refs #941)
|
2012-03-14 15:44:48 -07:00 |
mapnik_raster_symbolizer.cpp
|
made mesh_size configurable
|
2011-09-16 12:21:21 +00:00 |
mapnik_rule.cpp
|
apply patch from Peter Körner adding AlsoFilter functionality - closes #820
|
2011-08-30 17:38:27 +00:00 |
mapnik_shield_symbolizer.cpp
|
expose filename (path_expression string) as property on all symbolizers_with_image (TODO consider exposing actual PathExpression) - and fixup displacement get/set on various symbolizers, moving to properties for consistency
|
2010-12-14 00:24:34 +00:00 |
mapnik_stroke.cpp
|
enable aliased lines using stroke-gamma for line_symbolizer - closes #689
|
2011-02-02 01:46:14 +00:00 |
mapnik_style.cpp
|
backport 'switch naming back from libmapnik2 -> libmapnik (also python)' and remove svn traces (refs #941)
|
2012-03-14 15:44:48 -07:00 |
mapnik_svg.hpp
|
avoid clang++ -pedantic compiler warnings
|
2011-04-01 06:24:57 +00:00 |
mapnik_symbolizer.cpp
|
avoid unused parameter compiler warnings
|
2011-04-04 04:37:08 +00:00 |
mapnik_text_symbolizer.cpp
|
add minimum-path-length to text_symbolizer - closes #865
|
2011-09-04 17:33:48 +00:00 |
mapnik_value_converter.hpp
|
handle boolean conversion to python
|
2011-07-11 22:27:40 +00:00 |
mapnik_view_transform.cpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |
python_cairo.cpp
|
avoid deprecated string conversion warning in pycairo by overriding Pycairo_Import macro and casting away const to please the c/c++ borderlands
|
2011-04-04 04:40:18 +00:00 |
python_grid_utils.hpp
|
rework the grid rendering interface to be object oriented and template based allowing for working both with grids and grid views for metatiling
|
2011-06-04 00:28:00 +00:00 |
python_optional.hpp
|
+ apply 'mapnik-format' to *.cpp *.hpp
|
2010-06-02 11:03:30 +00:00 |