mapnik::feature_impl - add set_geometry_copy(geometry const&)
This commit is contained in:
parent
dca44f799b
commit
e6905272b7
1 changed files with 5 additions and 0 deletions
|
@ -200,6 +200,11 @@ public:
|
|||
geom_ = std::move(geom);
|
||||
}
|
||||
|
||||
inline void set_geometry_copy(new_geometry::geometry const& geom)
|
||||
{
|
||||
geom_ = geom;
|
||||
}
|
||||
|
||||
inline new_geometry::geometry const& get_geometry() const
|
||||
{
|
||||
return geom_;
|
||||
|
|
Loading…
Add table
Reference in a new issue