Libosmium
2.20.0
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <mercator_projection.hpp>
Public Member Functions | |
MercatorProjection () | |
Coordinates | operator() (osmium::Location location) const |
Static Public Member Functions | |
static int | epsg () noexcept |
static std::string | proj_string () noexcept |
Functor that does projection from WGS84 (EPSG:4326) to "Web Mercator" (EPSG:3857)
|
inline |
|
inlinestaticnoexcept |
|
inline |
Do coordinate transformation.
|
inlinestaticnoexcept |