alaCarte Maps
Renderer for OpenStreetMap tiles
|
#include <boost/unordered_map.hpp>
#include <cairo.h>
Go to the source code of this file.
Classes | |
class | AssetCache |
struct | Label |
Stores bounding box and style of a label that needs to be placed. More... | |
struct | Shield |
Macros | |
#define | RENDERER_SHIELD_DISTANCE 128.0 |
This file is part of alaCarte. More... | |
#define | RENDERER_SHIELD_OVERLAP 0.1 |
#define | RENDERER_LABEL_OVERLAP 0.1 |
#define | COLOR2RGBA(_X) _X.r, _X.g, _X.b, _X.a |
#define COLOR2RGBA | ( | _X | ) | _X.r, _X.g, _X.b, _X.a |
Definition at line 32 of file renderer_private.hpp.
#define RENDERER_LABEL_OVERLAP 0.1 |
Definition at line 30 of file renderer_private.hpp.
#define RENDERER_SHIELD_DISTANCE 128.0 |
This file is part of alaCarte.
alaCarte is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
alaCarte is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with alaCarte. If not, see http://www.gnu.org/licenses/.
Copyright alaCarte 2012-2013 Simon Dreher, Florian Jacob, Tobias Kahlert, Patrick Niklaus, Bernhard Scheirle, Lisa Winter Maintainer: Patrick Niklaus
Definition at line 28 of file renderer_private.hpp.
#define RENDERER_SHIELD_OVERLAP 0.1 |
Definition at line 29 of file renderer_private.hpp.