Clone of mapnik from Github, for future local revisions
Find a file
2006-01-26 16:41:15 +00:00
agg 1.symbolizers refactored - split into hpp/cpp 2006-01-23 13:24:41 +00:00
boost 1. fixed shape datasource bug - attributes were ignored for point/pointz/pointm types 2005-12-23 12:31:54 +00:00
datasources 1. fixed shape datasource bug - attributes were ignored for point/pointz/pointm types 2005-12-23 12:31:54 +00:00
include better interface for clip_line 2006-01-26 16:41:15 +00:00
python 1.symbolizers refactored - split into hpp/cpp 2006-01-23 13:24:41 +00:00
src changed symbolizer interface to accept 'feature' and CoordTransform, instead of 2006-01-23 22:33:37 +00:00
util/shapeindex 1.renamed null_filter -> all_filter 2005-07-06 20:52:06 +00:00
AUTHORS fixed email address 2005-08-02 10:36:55 +00:00
COPYING symbolic links->files 2005-02-23 09:16:25 +00:00
INSTALL small correction 2005-09-01 19:36:13 +00:00
README added info about the project 2005-09-08 13:03:19 +00:00
SConstruct 1. fixed shape datasource bug - attributes were ignored for point/pointz/pointm types 2005-12-23 12:31:54 +00:00
settings.py 1. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +00:00

See INSTALL file for installation instructions

Mapnik is an OpenSource C++/Python toolkit for developing 
GIS (Geographic Information Systems) applications. At the core is a C++ shared 
library providing algorithms/patterns for spatial data access and visualization.

Essentially a collection of geographic objects (map, layer, datasource, feature, geometry), 
the library doesn't rely on "windowing systems" and can be deployed in any server environment. 
It is intended to play fair in a multi-threaded environment and is aimed primarily, 
but not exclusively, at web-based development.

High-level Python bindings (boost.python) facilitate rapid application development, 
targeting zope3, django etc.

Mapnik is a free software and is released under GPL (General Public Licence) (see COPYING)