Geotrans is a library that allows you convert geographic coordinates among a wide variety of coordinate systems, map projections, and datums.
The package geotrans provides CMake targets:
find_package(geotrans CONFIG REQUIRED)
target_link_libraries(main PRIVATE geotrans::MSPdtcc geotrans::MSPCoordinateConversionService)
The geotrans library depends on being able to read it's model data so you'll need to
set an environment variable to let geotrans know where the models are installed:
export MSPCCS_DATA=@CURRENT_INSTALLED_DIR@/share/@PORT@/data
v3.7-1#0
All
Complex license
Control