tudelft3d / pprepair

Validation and Automatic Repair of Planar Partitions
GNU General Public License v3.0
57 stars 22 forks source link

pprepair dependency on gdal 1.11? #22

Closed ldemaz closed 9 years ago

ldemaz commented 9 years ago

Hi! We have built pprepair into software that for various reasons has to use an older version of gdal (1.9.2). The reason is this:

OGRFeature::GetGeometryRef()

Which is in gdal 1.11 but not 1.9.2.

Is there an earlier version that does not have this dependency, but which is sufficiently robust to incorporate into a production environment?

Thanks!

kenohori commented 9 years ago

There is, but I wouldn't recommend it! The older versions of pprepair don't build with GDAL 1.11, so this might be more trouble than it's worth.

ldemaz commented 9 years ago

Thanks! We managed to figure it out...