2b8bd59d82
* Added new gray data types adding those to the variants and updating all the code necessary for them * Added basic SSE to the image compare method, (only for RGBA) must be enabled with the -DSSE_MATH flag this is not yet put into the build process in any location. * Fixed the resulting image for some TIFF visual tests, most likely they were incorrect due to fixes in TIFF reader * Added some MAPNIK_DECL where necessary to grid rendering. * Added support for more data types in GDAL plugin with grayscale images. * Added views for all the new gray data types * Updated python bindings for new gray data types. Ref #2681 |
||
---|---|---|
benchmark | ||
bindings/python | ||
demo | ||
deps | ||
docs | ||
fonts | ||
include | ||
plugins/input | ||
scons | ||
src | ||
tests | ||
utils | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
bootstrap.sh | ||
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.