Skip to content

Commit 4a7a2f3

Browse files
francois2metzolt
authored andcommitted
docs: fix geojson_intersects_feature instead of geojson_intersects_field
Fixes #226.
1 parent f62c555 commit 4a7a2f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/mapping.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,10 @@ Stores a number depending on a value, similar to ``enumerate``. However, ``categ
324324
type: categorize_int
325325

326326

327-
``geojson_intersects`` and ``geojson_intersects_field``
327+
``geojson_intersects`` and ``geojson_intersects_feature``
328328
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
329329

330-
Checks whether the geometry of the element intersects geometries from a provided GeoJSON file. ``geojson_intersects`` returns true if it intersects any geometry. ``geojson_intersects_field`` returns a string property of the intersected feature.
330+
Checks whether the geometry of the element intersects geometries from a provided GeoJSON file. ``geojson_intersects`` returns true if it intersects any geometry. ``geojson_intersects_feature`` returns a string property of the intersected feature.
331331

332332

333333
::
@@ -344,7 +344,7 @@ Checks whether the geometry of the element intersects geometries from a provided
344344
geojson: special_interest_areas.geojson
345345
property: area
346346
name: special_interest_area_name
347-
type: geojson_intersects_field
347+
type: geojson_intersects_feature
348348

349349

350350
Element types

0 commit comments

Comments
 (0)