Skip to content

Commit 7bdb389

Browse files
committed
Force xy coords
1 parent f9747a0 commit 7bdb389

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygeoapi/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ def get_crs_from_uri(uri: str) -> pyproj.CRS:
766766

767767

768768
def get_transform_from_crs(
769-
crs_in: pyproj.CRS, crs_out: pyproj.CRS, always_xy: bool = False
769+
crs_in: pyproj.CRS, crs_out: pyproj.CRS, always_xy: bool = True
770770
) -> Callable[[GeomObject], GeomObject]:
771771
""" Get transformation function from two `pyproj.CRS` instances.
772772

0 commit comments

Comments
 (0)