You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShapeFactoryImpl ought to consistency pass expandBufForLongitudeSkew to BufferedLineString's constructor. lineString(points, buf) passes ctx.isGeo() (seems appropriate) whereas LineStringBuilder always passes false (seems wrong). Moreover, this ought to be a setting that's plumbed on in through the SpatialContextFactory and parsed there.
The text was updated successfully, but these errors were encountered:
ShapeFactoryImpl ought to consistency pass
expandBufForLongitudeSkew
to BufferedLineString's constructor.lineString(points, buf)
passesctx.isGeo()
(seems appropriate) whereas LineStringBuilder always passesfalse
(seems wrong). Moreover, this ought to be a setting that's plumbed on in through the SpatialContextFactory and parsed there.The text was updated successfully, but these errors were encountered: