Added triangulation routine
This commit is contained in:
parent
045f3a8439
commit
6ea55594ab
25 changed files with 891530 additions and 171 deletions
14
include/multipolygon.hpp
Normal file
14
include/multipolygon.hpp
Normal file
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include <osmrelation.hpp>
|
||||
|
||||
class Multipolygon
|
||||
{
|
||||
public:
|
||||
Multipolygon(const std::shared_ptr<osmp::Relation>& relation, int width, int height, osmp::Bounds bounds);
|
||||
|
||||
private:
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue