Clone of mapnik from Github, for future local revisions
Find a file
2005-12-01 10:06:40 +00:00
agg 1.added copyright notice to SConstruct/SConscript files 2005-06-17 12:40:51 +00:00
boost 1.added copyright notice to SConstruct/SConscript files 2005-06-17 12:40:51 +00:00
datasources fixed extra qualifier 2005-11-29 23:31:22 +00:00
include return object in envelope() 2005-12-01 10:06:40 +00:00
python moved #include <boost/python.hpp> to the top to fix 2005-12-01 10:04:17 +00:00
src return object in envelope() 2005-12-01 10:06:40 +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 extra option EXTENSIONS (defaults to none) 2005-11-30 00:25:45 +00:00
settings.py added feature factory 2005-11-24 15:51:29 +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)