Clone of mapnik from Github, for future local revisions
Find a file
2011-10-27 10:59:02 -07:00
agg allow clang trunk compile 2011-01-06 00:28:16 +00:00
bindings/python Add properties and methods onto shield symbolizer - refs #935 and #612 2011-10-27 10:59:02 -07:00
boost/property_tree apply patch via River Tarnell from http://www.nabble.com/-Property-Tree--Compilation-issue-with-Boost-1.37.0-Beta-1-issue-td20162992.html 2009-06-03 06:22:13 +00:00
demo backport fixes for compiling on sunos with g++ from r2174 and r2175 2010-10-05 00:10:37 +00:00
docs fix spelling of initial 2010-11-08 21:05:42 +00:00
fonts fix typo 2009-09-30 19:42:52 +00:00
include/mapnik avoid compiler warning 2011-08-20 00:36:40 +00:00
plugins/input backport fixes from trunk for null and multipatch shape types 2011-05-19 22:00:41 +00:00
scons backport fixes for compiling on sunos with g++ from r2174 and r2175 2010-10-05 00:10:37 +00:00
src add 0.7.2 forward compatibility with mapnik 2.x text/shield symbolizer change (although this is only a deprecation warning in 2.0.0) - closes #898 2011-10-18 08:36:17 -07:00
tests fix spelling of minimum_version attribute 2010-11-08 21:01:23 +00:00
tinyxml reverting r681 2008-04-06 09:23:17 +00:00
utils actually add the mapnik.dtd 2010-12-15 17:23:43 +00:00
.gitignore Add .gitignore 2011-10-21 23:50:17 -07:00
AUTHORS apply modified patch from Mak Kolybabi fixing up postgres schema support in PostGIS plugin - closes #500 - extends #260 2010-02-19 21:00:35 +00:00
CHANGELOG add to 0.7.2 changelog 2011-10-18 11:46:55 -07:00
COPYING changing licence from GPL to LGPL 2006-03-31 10:32:02 +00:00
INSTALL touchup 0.7 install doc 2010-01-11 19:41:18 +00:00
README minor text formatting 2009-02-17 21:42:52 +00:00
SConstruct Do a proper check for BOOST_PYTHON_LIB in scons, and change it to be only the library name. re: mapnik-packaging:#3 2011-10-21 23:50:59 -07: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 LGPL (GNU Lesser General Public Licence) (see COPYING)

For further information see:
  - http://mapnik.org
  - http://trac.mapnik.org
  - http://ohloh.net/p/mapnik