Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Nov 1, 2023
1 parent 5da6891 commit b89eaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygeoapi/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,4 +853,4 @@ def bbox2geojsongeometry(bbox: list) -> dict:
"""

b = box(*bbox)
return json.loads(to_geojson(b))
return json.loads(geom_to_geojson(b))

0 comments on commit b89eaa7

Please sign in to comment.