Clone of mapnik from Github, for future local revisions
Find a file
Artem Pavlenko a6191fade0 1. corrected LIBS in SConsctipt files
2. use boost::shared_ptr instead of ref_ptr
2005-12-12 13:15:33 +00:00
agg 1. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +00:00
boost 1. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +00:00
datasources 1. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +00:00
include 1. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +00:00
python 1. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +00:00
src 1. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +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. corrected LIBS in SConsctipt files 2005-12-12 13:15:33 +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)