1
0
Fork 0
mirror of https://github.com/mapnik/mapnik.git synced 2025-11-06 03:23:57 +01:00
render raster tile maps
Find a file
2025-11-05 14:49:57 +00:00
.github
benchmark clang-format - 2025-07-14 14:49:23 +01:00
cmake Update min deps versions (boost >= 1.83, harfbuzz >=8.3.0, proj >=9.4.0) 2025-01-31 09:57:10 +00:00
demo clang-format - 2025-07-14 14:49:23 +01:00
deps
docs
fonts unbundle unifont 2016-09-06 12:09:51 -07:00
include Fix boost warning (‘#pragma message: This header is deprecated. Use <boost/phoenix.hpp> instead.’) 2025-11-03 15:23:05 +00:00
plugins tile.input - CMake - link to zlib (target_link_libraries(ZLIB::ZLIB)) (ref #4535) 2025-11-05 14:49:57 +00:00
scons Upgrade to SCons v4.9.1 2025-04-05 09:52:46 +01:00
scripts add mapnik-vector-tile 2025-06-17 09:46:55 +01:00
src
test
utils
.clang-format
.gitattributes prevent files under scons/ from skewing repository language statistics 2021-07-02 11:00:28 +02:00
.gitignore
.gitmodules
.pre-commit-config.yaml
AUTHORS.md
CHANGELOG.md
CITATION.cff
CMakeLists.txt
CMakePresets.json
CODE_OF_CONDUCT.md
codecov.yml
configure
COPYING
INSTALL.md
localize.sh
Makefile Add CSS parser grammar + move into separate include/css and src/css dirs. 2020-02-04 10:38:34 +00:00
README.md
SConstruct Scons - use explicit LIBS to build sqlite3-rtree test (otherwise test fails to link on Linux) 2025-09-30 15:27:37 +01:00
vcpkg.json

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

Release Linux Build and Test 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.