root/tags/release-0.2.3a/README

Revision 76, 0.8 kB (checked in by pavlenko, 3 years ago)

added info about the project

Line 
1See INSTALL file for installation instructions
2
3Mapnik is an OpenSource C++/Python toolkit for developing
4GIS (Geographic Information Systems) applications. At the core is a C++ shared
5library providing algorithms/patterns for spatial data access and visualization.
6
7Essentially a collection of geographic objects (map, layer, datasource, feature, geometry),
8the library doesn't rely on "windowing systems" and can be deployed in any server environment.
9It is intended to play fair in a multi-threaded environment and is aimed primarily,
10but not exclusively, at web-based development.
11
12High-level Python bindings (boost.python) facilitate rapid application development,
13targeting zope3, django etc.
14
15Mapnik is a free software and is released under GPL (General Public Licence) (see COPYING)
Note: See TracBrowser for help on using the browser.