We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562ab9f commit acdb66cCopy full SHA for acdb66c
src/geos_operations.jl
@@ -304,5 +304,5 @@ end
304
305
for geom in (:Point, :MultiPoint, :LineString, :MultiLineString, :LinearRing, :Polygon, :MultiPolygon, :GeometryCollection)
306
@eval getPrecision(obj::$geom, context::GEOSContext = _context) = getPrecision(obj.ptr, context)
307
- @eval setPrecision(obj::$geom, grid::Real, flags::Int, context::GEOSContext = _context) = setPrecision(obj.ptr, grid::Real, flags::Int, context)
+ @eval setPrecision(obj::$geom, grid::Real, context::GEOSContext = _context; flags::Int = 0) = setPrecision(obj.ptr, grid::Real, flags::Int, context)
308
end
0 commit comments