@@ -621,8 +621,9 @@ def filter_spatial(
621621 .. versionchanged:: 0.36.0
622622 Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
623623
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`).
626627 Instead, it's possible to provide a client-side path to a GeoJSON file
627628 (which will be loaded client-side to get the geometries as GeoJSON construct).
628629 """
@@ -1188,7 +1189,8 @@ def aggregate_spatial(
11881189 Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
11891190
11901191 .. 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`).
11921194 Instead, it's possible to provide a client-side path to a GeoJSON file
11931195 (which will be loaded client-side to get the geometries as GeoJSON construct).
11941196 """
@@ -1536,7 +1538,8 @@ def apply_polygon(
15361538 Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
15371539
15381540 .. 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`).
15401543 Instead, it's possible to provide a client-side path to a GeoJSON file
15411544 (which will be loaded client-side to get the geometries as GeoJSON construct).
15421545 """
@@ -2047,7 +2050,8 @@ def mask_polygon(
20472050 Support passing a URL as ``geometries`` argument, which will be loaded with the ``load_url`` process.
20482051
20492052 .. 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`).
20512055 Instead, it's possible to provide a client-side path to a GeoJSON file
20522056 (which will be loaded client-side to get the geometries as GeoJSON construct).
20532057 """
0 commit comments