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 9359b31 commit 1a52f62Copy full SHA for 1a52f62
src/geos_functions.jl
@@ -50,6 +50,9 @@ end
50
writegeom(obj::Geometry, context::GEOSContext = get_context(obj)) =
51
writegeom(obj, WKTWriter(context), context)
52
53
+writegeom(obj::PreparedGeometry, context::GEOSContext = get_context(obj)) =
54
+ writegeom(obj.ownedby, WKTWriter(context), context)
55
+
56
# -----
57
# Coordinate Sequence functions
58
0 commit comments