Skip to content

geo-utils-cppv1.2.2

Updated

Header-only C++17 library for spherical (lat/lng) geometry: distance, bearing, area, point-in-polygon

#Usage

The package geo-utils-cpp provides CMake targets:

find_package(GeoUtilsCpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE geo::utils)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Aleksandr Kovalko's avatarAleksandr Kovalko
  • Weihang Ding's avatarWeihang Ding

#Changelog

  • 0246740[geo-utils-cpp] Update to 1.2.2 (#52847)
  • 59910a3[geo-utils-cpp] Update to 1.2.1 (#52730)
  • c6f6563[geo-utils-cpp] Update to 1.2.0 (#52686)
  • c3526c0[geo-utils-cpp] Update to 1.0.2 (#52153)
  • d72a838[geo-utils-cpp] new port (#51592)