Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does it say Unimplemented: PointOn Surface (until 2.0)? #60

Open
aneeskA opened this issue Oct 7, 2020 · 1 comment
Open

Why does it say Unimplemented: PointOn Surface (until 2.0)? #60

aneeskA opened this issue Oct 7, 2020 · 1 comment

Comments

@aneeskA
Copy link

aneeskA commented Oct 7, 2020

The following code is commented out.

// Unimplemented: PointOn Surface (until 2.0)
// Return a point guaranteed to lie on the surface
// func (geom Geometry) PointOnSurface() Geometry {
//  newGeom := C.OGR_G_PointOnSurface(geom.cval)
//  return Geometry{newGeom}
// }

As per gdal, the API is supported since 1.0. I am confused as to why this is the case here. @lukeroth Can you please shed some light?

@aneeskA
Copy link
Author

aneeskA commented Oct 21, 2020

@lukeroth Can you please help me out here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant