We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9747a0 commit 7bdb389Copy full SHA for 7bdb389
1 file changed
pygeoapi/util.py
@@ -766,7 +766,7 @@ def get_crs_from_uri(uri: str) -> pyproj.CRS:
766
767
768
def get_transform_from_crs(
769
- crs_in: pyproj.CRS, crs_out: pyproj.CRS, always_xy: bool = False
+ crs_in: pyproj.CRS, crs_out: pyproj.CRS, always_xy: bool = True
770
) -> Callable[[GeomObject], GeomObject]:
771
""" Get transformation function from two `pyproj.CRS` instances.
772
0 commit comments