inline extract_geometry
This commit is contained in:
parent
719135d755
commit
b5fe23ac28
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ static inline void locate_geometry_column(std::string const& header, std::size_t
|
|||
}
|
||||
}
|
||||
|
||||
static mapnik::geometry::geometry<double> extract_geometry(std::vector<std::string> const& row, geometry_column_locator const& locator)
|
||||
static inline mapnik::geometry::geometry<double> extract_geometry(std::vector<std::string> const& row, geometry_column_locator const& locator)
|
||||
{
|
||||
mapnik::geometry::geometry<double> geom;
|
||||
if (locator.type == geometry_column_locator::WKT)
|
||||
|
|
Loading…
Reference in a new issue