Mickey Rose 65f3bb75dd Revert "benchmark - slightly better stderr"
This partially reverts commit 5ab6db26079c5b51bc920392eb3a75b4242a2347.

The change of argument --threads N doesn't just change output, it
changes the mode of operation.
With --threads 0, the benchmark runs wholly in the main thread.
With --threads 1, it starts 1 worker thread, which does the work, and
the main thread measures how long it takes to complete.
2018-07-11 23:14:03 +02:00
2018-02-20 11:43:55 +01:00
2018-06-07 09:51:29 +01:00
2015-11-05 11:18:59 -08:00
2016-09-06 12:09:51 -07:00
2018-06-11 12:00:43 +00:00
2017-11-22 15:47:03 +01:00
2015-10-12 10:38:58 -07:00
2017-12-13 21:48:13 +00:00
2017-11-09 10:20:30 -08:00
2017-03-31 17:50:18 -07:00
2013-03-22 08:32:08 +00:00
2018-06-26 21:16:03 +05:30
2016-05-18 13:38:07 -04:00
2017-03-28 15:18:48 -07:00
2017-11-27 09:51:51 +01:00

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

Build Status Linux Build Status Windows 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.

Description
Mapnik is an open source toolkit for developing mapping applications
Readme 200 MiB
Languages
C++ 94.7%
Python 3.2%
CMake 1.2%
Shell 0.5%
CSS 0.1%