Skip to content

Mapnik is an open source toolkit for developing mapping applications. Compiling on windows

License

Notifications You must be signed in to change notification settings

am2222/mapnik-windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13,237 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
    _/      _/                                _/  _/
   _/_/  _/_/    _/_/_/  _/_/_/    _/_/_/        _/  _/
  _/  _/  _/  _/    _/  _/    _/  _/    _/  _/  _/_/
 _/      _/  _/    _/  _/    _/  _/    _/  _/  _/  _/
_/      _/    _/_/_/  _/_/_/    _/    _/  _/  _/    _/
                     _/
                    _/

Build Status

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 on windows

We use vcpkg to install demendenices. some dependencies must be built using icu as follows:

vcpkg install boost-locale[icu] boost-regex[icu] boost --triplet x64-windows --recurse

Currently there is a bug in boost:Spirit for boost version 1.71 which is fixed in version 1.72 and when it is updated to in vcpkge it works fine with this fork. I'll try to keep this fork uptodate.

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. Based on work originally done by roelandschoukens

About

Mapnik is an open source toolkit for developing mapping applications. Compiling on windows

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 68.0%
  • Python 30.6%
  • CMake 0.7%
  • Shell 0.4%
  • Batchfile 0.1%
  • CSS 0.1%
  • Other 0.1%