inline extract_geometry

This commit is contained in:
artemp 2015-10-09 11:26:10 +01:00
parent 719135d755
commit b5fe23ac28

View file

@ -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)