Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 authored Jun 20, 2024
1 parent ec0c1f3 commit cede2bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ to pass which column(s) contain geometries, or by defining `GeoInterface.geometr
when enabled by the driver, can be provided in this way.
```julia
table = [(; geom=AG.createpoint(1.0, 2.0), name="test")]
GDF.write(tfn, table; geom_columns=(:geom),)
GDF.write(tfn, table; geom_columns=(:geom,),)
```
Toggle all file notes
Toggle all file annotations
Toggle all file annotations

0 comments on commit cede2bb

Please sign in to comment.