Extract utility geographic and maplibre functions

This commit is contained in:
Dan Paulat 2023-07-20 23:12:36 -05:00
parent 1a411af3bc
commit 1c39464228
6 changed files with 83 additions and 21 deletions

View file

@ -0,0 +1,20 @@
#pragma once
#include <QMapLibreGL/types.hpp>
#include <glm/gtc/type_ptr.hpp>
namespace scwx
{
namespace qt
{
namespace util
{
namespace maplibre
{
glm::vec2 LatLongToScreenCoordinate(const QMapLibreGL::Coordinate& coordinate);
} // namespace maplibre
} // namespace util
} // namespace qt
} // namespace scwx