f8097748a4
The first test shows how an obstacle under the group being displayed will cause the whole group to not display. Above is an replica of the same layout using non-grouped symbolizers, which shows that only the parts which intersect the obstacle will not be drawn. The second is a line placement test, which just tests placement of groups on a line with variable spacing. The third is a test of repeat key in group symbolizer. The test shows two items with different repeat keys ("foo" and "bar") and rows of other group symbolizers sensitive to either one. The reference images show that the "bar"-sensitive rows are displaced by the "bar" item, but not the "foo" item. |
||
---|---|---|
benchmark | ||
bin | ||
bindings/python | ||
boost | ||
demo | ||
deps | ||
docs | ||
fonts | ||
include | ||
plugins/input | ||
scons | ||
src | ||
tests | ||
utils | ||
workspace | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
configure | ||
COPYING | ||
INSTALL.md | ||
localize.sh | ||
Makefile | ||
README.md | ||
run_tests | ||
SConstruct |
_/ _/ _/ _/
_/_/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/
_/
_/
What is Mapnik?
Mapnik is an open source toolkit 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 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 and the Install page on the wiki for guides.
License
Mapnik software is free and is released under the LGPL (GNU Lesser General Public License). Please see COPYING for more information.