Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the doc to geojson_intersects_feature instead of geojson_intersects_field #286

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ Stores a number depending on a value, similar to ``enumerate``. However, ``categ
type: categorize_int


``geojson_intersects`` and ``geojson_intersects_field``
``geojson_intersects`` and ``geojson_intersects_feature``
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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.
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.


::
Expand All @@ -344,7 +344,7 @@ Checks whether the geometry of the element intersects geometries from a provided
geojson: special_interest_areas.geojson
property: area
name: special_interest_area_name
type: geojson_intersects_field
type: geojson_intersects_feature


Element types
Expand Down