Skip to content

Commit

Permalink
Revert "Temp"
Browse files Browse the repository at this point in the history
This reverts commit aeddaa7.
  • Loading branch information
abellgithub committed Nov 25, 2019
1 parent 15eb95e commit 5a31d5b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions filters/OverlayFilter.cpp
Expand Up @@ -155,31 +155,15 @@ void OverlayFilter::ready(PointTableRef table)
}


OverlayFilter::run(PointViewPtr view)
{
transform(view->spatialReference());
}


void OverlayFilter::spatialReferenceChanged(const SpatialReference& srs)
{
transform(srs);
}


void OverlayFilter::transform(const SpatialReference& srs)
{

if (srs.empty())
return;
for (auto& poly : m_polygons)
{
try
{
poly.geom.transform(srs);
std::unique_ptr<GridPnp> gridPnp(new GridPnp(
poly.exteriorRing(), p.interiorRings()));
m
}
catch (pdal_error& err)
{
Expand Down

0 comments on commit 5a31d5b

Please sign in to comment.