Skip to content

Commit

Permalink
bugfix keyword formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 23, 2023
1 parent ae8ce95 commit 318bfd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transformations/reproject.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ needed if it is not retreivable from the geometry with `GeoInterface.crs(geometr
## Keywords
-`always_xy`: force x, y coordinate order, `true` by default.
- `always_xy`: force x, y coordinate order, `true` by default.
`false` will expect and return points in the crs coordinate order.
-`time`: the time for the coordinates. `Inf` by default.
- `time`: the time for the coordinates. `Inf` by default.
$APPLY_KEYWORDS
"""
function reproject(geom;
Expand Down

0 comments on commit 318bfd6

Please sign in to comment.