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 f89f221445
Merge pull request #4449 from hummeltech/macOSCI
`macos-latest` was migrated from `macOS 12` on `amd64` to `macOS 14` on `arm64`
6 days ago
.github Account for difference of PROJ_LIB 7 days ago
benchmark remove boost foreach include 11 months ago
cmake don't pollute global include dir when installing agg 4 weeks ago
demo viewer.app - Increase max scale factor to 10 3 months ago
deps Export comp_op_rgba_xxx to fix linking on Windows via @mathisloge 1 year ago
docs [CMake] remove obsolete statements/improve docs 3 years ago
fonts unbundle unifont 8 years ago
include svg_group - check parent is not nullptr 2 weeks ago
plugins gdal-config - use both --libs and --dep-libs when RUNTIME_LINK 1 month ago
scons Upgrade SCons to latest production release (v4.7.0) [skip ci] 4 weeks ago
scripts travis-ci - set PYTHON=python3 globally 3 years ago
src clang-format 2 weeks ago
test No need to install `mapnik-test-visual` 3 weeks ago
utils Use __APPLE__ to check OS platform 2 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 1 year ago
.gitmodules add polylabel placement method 7 years ago
.pre-commit-config.yaml Revert "precommit" 2 years ago
.travis.yml remove token 3 years ago
AUTHORS.md update changelog and authors after https://github.com/mapnik/mapnik/pull/3160 9 years ago
CHANGELOG.md Merge branch 'master' of https://github.com/mapnik/mapnik into feature/cmake-static 1 year ago
CITATION.cff add CITATION.cff 2 years ago
CMakeLists.txt Increase min cxx standard to 17 3 weeks ago
CMakePresets.json Account for difference of PROJ_LIB 7 days ago
CODE_OF_CONDUCT.md add proposed code of conduct from http://contributor-covenant.org 9 years ago
COPYING + update FSF address 11 years ago
INSTALL.md bump boost version to 1.73 and fix docs 3 years ago
Makefile Add CSS parser grammar + move into separate include/css and src/css dirs. 4 years ago
README.md Update to travis.com 3 years ago
SConstruct WEBP - add fallback pkg-config check if WEBP_INCLUDES and/or WEBP_LIBS aren't set. 2 months ago
appveyor.yml refs #3509, get boost and icu versions directly from SDK files 8 years ago
bootstrap.sh Upgrade to ICU 58.1 3 years ago
codecov.yml add codecov ignores 7 years ago
configure Fix bugs in configure script 6 months ago
localize.sh fix #3431 8 years ago
vcpkg.json add boost-format 2 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.