|
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) |
|