render raster tile maps
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Artem Pavlenko bb3106d04f
Merge pull request #4480 from mapnik/configure-unbound-variable
Check for if VARS is set (ref #4478)
19 hours ago
.github Minor change to demonstrate cache usage 4 months ago
benchmark use std::optional instead of boost::optional 6 months ago
cmake use MAPNIK_LIB_DIR via @hummeltech 5 months ago
demo Update Coopyright year 4 months ago
deps Export comp_op_rgba_xxx to fix linking on Windows via @mathisloge 2 years ago
docs [CMake] remove obsolete statements/improve docs 3 years ago
fonts unbundle unifont 8 years ago
include Update version to 4.0.3 1 week ago
plugins Commit staged changes 1 week ago
scons Upgrade to SCons v4.8.1 2 months ago
scripts Update `publish_release.sh` script [skip ci] 5 months ago
src Commit staged changes 1 week ago
test Commit staged changes 1 week ago
utils Update Coopyright year 4 months ago
.clang-format Update .clang-format to BraceWrapping: BeforeCatch : true 2 years ago
.gitattributes prevent files under scons/ from skewing repository language statistics 3 years ago
.gitignore add .cache to gitignore 2 years ago
.gitmodules add polylabel placement method 7 years ago
.pre-commit-config.yaml update pre-commit and format sources 6 months ago
AUTHORS.md update changelog and authors after https://github.com/mapnik/mapnik/pull/3160 9 years ago
CHANGELOG.md update CHANGELOG for mapnik v4.0.3 release [skip ci] 6 days ago
CITATION.cff add CITATION.cff 3 years ago
CMakeLists.txt Increase min cxx standard to 17 7 months ago
CMakePresets.json Account for difference of PROJ_LIB 6 months ago
CODE_OF_CONDUCT.md add proposed code of conduct from http://contributor-covenant.org 9 years ago
COPYING + update FSF address 12 years ago
INSTALL.md Update `INSTALL.md` 5 months ago
Makefile Add CSS parser grammar + move into separate include/css and src/css dirs. 5 years ago
README.md Update to travis.com 4 years ago
SConstruct SConstruct - use `pkg-config proj --variable=datadir` ro determine PROJ_LIB directory 5 months ago
codecov.yml add codecov ignores 8 years ago
configure Check for if VARS is set (ref #4478) 21 hours ago
localize.sh fix #3431 9 years ago
vcpkg.json remove boost-fileystem from vcpkg, since c++17 is min req. 6 months ago

README.md

    _/      _/                                _/  _/
   _/_/  _/_/    _/_/_/  _/_/_/    _/_/_/        _/  _/
  _/  _/  _/  _/    _/  _/    _/  _/    _/  _/  _/_/
 _/      _/  _/    _/  _/    _/  _/    _/  _/  _/  _/
_/      _/    _/_/_/  _/_/_/    _/    _/  _/  _/    _/
                     _/
                    _/

TravisCI codecov

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.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

License

Mapnik software is free and is released under the LGPL v2.1 (GNU Lesser General Public License, version 2.1). Please see COPYING for more information.