fixup more old references to previous geometry storage impl
This commit is contained in:
parent
8b00edc355
commit
feb4d0cb8e
3 changed files with 1 additions and 5 deletions
|
@ -41,9 +41,6 @@ using mapnik::box2d;
|
||||||
using mapnik::CoordTransform;
|
using mapnik::CoordTransform;
|
||||||
using mapnik::Feature;
|
using mapnik::Feature;
|
||||||
using mapnik::feature_ptr;
|
using mapnik::feature_ptr;
|
||||||
using mapnik::point_impl;
|
|
||||||
using mapnik::line_string_impl;
|
|
||||||
using mapnik::polygon_impl;
|
|
||||||
using mapnik::geometry_type;
|
using mapnik::geometry_type;
|
||||||
using mapnik::geometry_utils;
|
using mapnik::geometry_utils;
|
||||||
using mapnik::transcoder;
|
using mapnik::transcoder;
|
||||||
|
|
|
@ -151,7 +151,7 @@ void ogr_converter::convert_multipoint (OGRMultiPoint* geom, feature_ptr feature
|
||||||
{
|
{
|
||||||
OGRPoint* ogrpoint = static_cast<OGRPoint*>(geom->getGeometryRef (i));
|
OGRPoint* ogrpoint = static_cast<OGRPoint*>(geom->getGeometryRef (i));
|
||||||
point->move_to (ogrpoint->getX(), ogrpoint->getY());
|
point->move_to (ogrpoint->getX(), ogrpoint->getY());
|
||||||
//Todo - need to accept multiple points per point_impl
|
//Todo - need to accept multiple points per mapnik::Point
|
||||||
}
|
}
|
||||||
|
|
||||||
// Todo - this only gets last point
|
// Todo - this only gets last point
|
||||||
|
|
|
@ -33,7 +33,6 @@ using mapnik::box2d;
|
||||||
using mapnik::Feature;
|
using mapnik::Feature;
|
||||||
using mapnik::feature_ptr;
|
using mapnik::feature_ptr;
|
||||||
using mapnik::CoordTransform;
|
using mapnik::CoordTransform;
|
||||||
using mapnik::point_impl;
|
|
||||||
using mapnik::geometry_type;
|
using mapnik::geometry_type;
|
||||||
using mapnik::query;
|
using mapnik::query;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue