We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b989c84 commit d8e37a0Copy full SHA for d8e37a0
1 file changed
src/fileio/geojson.jl
@@ -73,6 +73,8 @@ function write_polygon(polygon::QueryPolygon, file_path::String)
73
"""
74
end
75
76
+write_polygon(file_path::String, polygon::QueryPolygon) = write_polygon(polygon, file_path)
77
+
78
79
read_polygon(file_path::String)
80
0 commit comments