badb0c9a97
* Changes all agg_renderers to use a image_data_any variant (only image_data_rgba8 is implemented currently) * Changes the marker and marker_cache to use image_data_any images * Changes the symbolizers so that they must be aware of the source data type they are attempting to render and the render type that is expected to be rendered into. * Moves many utilities into image_utils, that were previously in image_32. The kicker is that this still isn't working perfectly yet, but I am commiting so I don't have tears in case everything is lost on my computer. Ref #2633 |
||
---|---|---|
benchmark | ||
bindings/python | ||
demo | ||
deps | ||
docs | ||
fonts | ||
include | ||
plugins/input | ||
scons | ||
src | ||
tests | ||
utils | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
configure | ||
COPYING | ||
INSTALL.md | ||
localize.sh | ||
Makefile | ||
README.md | ||
run_tests | ||
SConstruct |
_/ _/ _/ _/
_/_/ _/_/ _/_/_/ _/_/_/ _/_/_/ _/ _/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/_/
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
_/ _/ _/_/_/ _/_/_/ _/ _/ _/ _/ _/
_/
_/
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.
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.
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.