libosmscout  0.1
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules
MapPainter.cpp File Reference
#include <osmscoutmap/MapPainter.h>
#include <algorithm>
#include <limits>
#include <sstream>
#include <osmscout/system/Math.h>
#include <osmscout/log/Logger.h>
#include <osmscout/util/StopClock.h>
#include <osmscout/util/String.h>
#include <osmscout/util/Tiling.h>
#include <osmscout/util/Geometry.h>
#include <osmscoutmap/MapPainterStatistics.h>

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Functions

static bool osmscout::AreaSorter (const MapPainter::AreaData &a, const MapPainter::AreaData &b)
 Return if a > b, a should be drawn before b. More...
 
static bool osmscout::CrossesElevationLine (int32_t ele, int32_t height1, int32_t height2)
 
static void osmscout::DumpGroundTile (const GroundTile &tile)
 
static std::set< GeoCoord > osmscout::GetGridPoints (const std::vector< Point > &nodes, double gridSizeHoriz, double gridSizeVert)
 
static bool osmscout::LabelLayoutDataSorter (const LabelData &a, const LabelData &b)
 Sort labels for the same object by position. More...
 
static double osmscout::RoundDown (double value)
 
static double osmscout::RoundUp (double value)
 

Variables

constexpr bool osmscout::debugGroundTiles = false