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

Add boolean_within method #119

Open
mkeller3 opened this issue Nov 13, 2024 · 0 comments · May be fixed by #120
Open

Add boolean_within method #119

mkeller3 opened this issue Nov 13, 2024 · 0 comments · May be fixed by #120

Comments

@mkeller3
Copy link
Contributor

Description

Boolean-within returns true if the first geometry is completely within the second geometry. The interiors of both geometries must intersect and, the interior and boundary of the primary (geometry a) must not intersect the exterior of the secondary (geometry b).

Parameters

Name Type Description
feature1 Geometry | Feature GeoJSON Feature or Geometry
feature2 Geometry | Feature GeoJSON Feature or Geometry

Returns

boolean true/false

@mkeller3 mkeller3 linked a pull request Dec 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant