Clone of mapnik from Github, for future local revisions
Find a file
Artem Pavlenko 50d9b88356 more python
2005-09-19 22:18:19 +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 return ref_ptr<Feature> from datasource next() method 2005-09-08 13:09:04 +00:00
include fixed rounding error 2005-09-19 22:15:43 +00:00
python more python 2005-09-19 22:18:19 +00:00
src fixed path portability issue 2005-09-09 09:38: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 changed optimization flags 2005-09-08 13:21:39 +00:00
settings.py 1.added copyright notice to SConstruct/SConscript files 2005-06-17 12:40:51 +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)