Skip to content
Snippets Groups Projects
Commit 36b7a675 authored by Aurélien Bricier's avatar Aurélien Bricier
Browse files

BUG: consider the sensor model flip for point features

parent 86347198
No related branches found
No related tags found
No related merge requests found
......@@ -523,7 +523,7 @@ VectorDataToImageFilter<TVectorData, TImage>
typedef boost::shared_ptr<point2d> point_ptr;
mapnik::geometry2d * point = new point2d;
point->move_to(dataNode->GetPoint()[0], dataNode->GetPoint()[1]);
point->move_to(dataNode->GetPoint()[0], m_SensorModelFlip * dataNode->GetPoint()[1]);
// std::cout << dataNode->GetPoint()[0] << ", " << dataNode->GetPoint()[1] << std::endl;
typedef boost::shared_ptr<mapnik::raster> raster_ptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment