Jordan Hollinger 76329028d2 Find placements and render in process_group_symbolizer.
Create a group_symbolizer_helper for group placments, and extract some code from
text_symbolizer_helper into a base class to share with group_symbolizer_helper.
Also, move tolerance_iterator into its own header file. Use helper in
process_group_symbolizer to find placement positions.
2014-02-18 14:01:04 -05:00
2013-08-14 22:09:17 -04:00
2013-05-22 10:28:13 +01:00
2014-01-27 16:28:34 -08:00
2013-11-22 12:01:02 -08:00
2013-11-22 13:46:05 -08:00
2013-03-22 08:32:08 +00:00
2013-11-22 15:35:24 +01:00
2013-11-22 12:07:07 -08:00
2013-10-25 17:17:00 -07:00
2013-11-22 13:46:05 -08:00

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

Build Status

What is Mapnik?

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. High-level bindings for JavaScript, Python, and Ruby facilitate rapid application development in a variety of environments.

Overview

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 here on GitHub.

Installation

See INSTALL.md for installation instructions and the Install page on the wiki for guides.

License

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

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