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::Feature;
|
||||
using mapnik::feature_ptr;
|
||||
using mapnik::point_impl;
|
||||
using mapnik::line_string_impl;
|
||||
using mapnik::polygon_impl;
|
||||
using mapnik::geometry_type;
|
||||
using mapnik::geometry_utils;
|
||||
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));
|
||||
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
|
||||
|
|
|
@ -33,7 +33,6 @@ using mapnik::box2d;
|
|||
using mapnik::Feature;
|
||||
using mapnik::feature_ptr;
|
||||
using mapnik::CoordTransform;
|
||||
using mapnik::point_impl;
|
||||
using mapnik::geometry_type;
|
||||
using mapnik::query;
|
||||
|
||||
|
|
Loading…
Reference in a new issue