b085b401db
If the CirclesDatasource class was not available from the python_plugin_tests module then the 'load_good_maps' test would fail. The class would not be available if, for example, the python plugin had not been built or if shapely was not available on the test system. (Pull request #1414 removes the dependency on Shapely.) The error reporting should be tidied up for this case but for the moment, move the Python plugin's test maps into their own directory since they're not guaranteed to be 'good maps' in all cases at the moment. Hopefully addresses issue #1407 |
||
---|---|---|
bindings/python | ||
boost | ||
demo | ||
deps/agg | ||
docs | ||
fonts | ||
include/mapnik | ||
plugins/input | ||
scons | ||
src | ||
tests | ||
utils | ||
workspace | ||
.gitignore | ||
AUTHORS.md | ||
CHANGELOG.md | ||
configure | ||
COPYING | ||
INSTALL.md | ||
Makefile | ||
README.md | ||
SConstruct |
_/ _/ _/ _/
_/_/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/
_/
_/
What is Mapnik?
Mapnik is an open source toolkit and API for developing mapping applications. At the core is a C++ shared library providing algorithms and patterns for spatial data access and visualization. High-level bindings for Java, JavaScript, Python, and Ruby facilitate rapid application development in a variety of environments.
Overview
Mapnik is basically a collection of geographic objects like maps, layers, datasources, features, and geometries. The library doesn't rely on any OS specific "windowing systems" and it can be deployed to 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.
For further information see http://mapnik.org and also our wiki documentation here on GitHub.
Installation
See INSTALL.md for installation instructions.
License
Mapnik software is free and is released under LGPL (GNU Lesser General Public License. Please see COPYING for more information.