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