@@ -621,8 +621,9 @@ def filter_spatial(
621
621
.. versionchanged:: 0.36.0
622
622
Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
623
623
624
- .. versionchanged:: 0.36.0
625
- Support for passing a backend-side path as ``geometries`` argument was removed.
624
+ .. versionchanged:: 0.36.0
625
+ Support for passing a backend-side path as ``geometries`` argument was removed
626
+ (also see :ref:`legacy_read_vector`).
626
627
Instead, it's possible to provide a client-side path to a GeoJSON file
627
628
(which will be loaded client-side to get the geometries as GeoJSON construct).
628
629
"""
@@ -1188,7 +1189,8 @@ def aggregate_spatial(
1188
1189
Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
1189
1190
1190
1191
.. versionchanged:: 0.36.0
1191
- Support for passing a backend-side path as ``geometries`` argument was removed.
1192
+ Support for passing a backend-side path as ``geometries`` argument was removed
1193
+ (also see :ref:`legacy_read_vector`).
1192
1194
Instead, it's possible to provide a client-side path to a GeoJSON file
1193
1195
(which will be loaded client-side to get the geometries as GeoJSON construct).
1194
1196
"""
@@ -1536,7 +1538,8 @@ def apply_polygon(
1536
1538
Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
1537
1539
1538
1540
.. versionchanged:: 0.36.0
1539
- Support for passing a backend-side path as ``geometries`` argument was removed.
1541
+ Support for passing a backend-side path as ``geometries`` argument was removed
1542
+ (also see :ref:`legacy_read_vector`).
1540
1543
Instead, it's possible to provide a client-side path to a GeoJSON file
1541
1544
(which will be loaded client-side to get the geometries as GeoJSON construct).
1542
1545
"""
@@ -2047,7 +2050,8 @@ def mask_polygon(
2047
2050
Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
2048
2051
2049
2052
.. versionchanged:: 0.36.0
2050
- Support for passing a backend-side path as ``geometries`` argument was removed.
2053
+ Support for passing a backend-side path as ``geometries`` argument was removed
2054
+ (also see :ref:`legacy_read_vector`).
2051
2055
Instead, it's possible to provide a client-side path to a GeoJSON file
2052
2056
(which will be loaded client-side to get the geometries as GeoJSON construct).
2053
2057
"""
0 commit comments