Skip to content

Commit 3f4451d

Browse files
Update tifeatures/factory.py
Co-authored-by: Vincent Sarago <[email protected]>
1 parent 899b11e commit 3f4451d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tifeatures/factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,7 @@ async def items(
527527
bbox_only: Optional[bool] = Query(
528528
None,
529529
description="Only return the bounding box of the feature.",
530+
alias="bbox-only",
530531
),
531532
simplify: Optional[float] = Query(
532533
None, description="Simplify the output geometry."

0 commit comments

Comments
 (0)