Placefile polygon rendering

This commit is contained in:
Dan Paulat 2023-08-11 00:45:42 -05:00
parent d9a53ea8d7
commit cdef5a9938
8 changed files with 547 additions and 5 deletions

View file

@ -1,5 +1,7 @@
#pragma once
#include <scwx/common/geographic.hpp>
#include <istream>
#include <memory>
#include <optional>
@ -157,6 +159,7 @@ public:
};
std::vector<std::vector<Element>> contours_ {};
scwx::common::Coordinate center_ {};
};
bool IsValid() const;