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

#1751 issue: add Filter polyline #1757

Closed
wants to merge 1 commit into from
Closed

#1751 issue: add Filter polyline #1757

wants to merge 1 commit into from

Conversation

adityakishor1
Copy link

@adityakishor1 adityakishor1 commented May 5, 2023

To filter a PolyLine, you'll need to define what you mean by "filter." Here are a few common methods for filtering Polylines:

Filter by length: You can filter Polylines based on their length. For example, you might want to keep only Polylines that are longer than a certain threshold, or you might want to remove Polylines that are shorter than a certain threshold.

Filter by proximity: You can filter Polylines based on their proximity to other features or locations. For example, you might want to keep only Polylines that are within a certain distance of a particular point or feature.

@adityakishor1
Copy link
Author

thanks and intrested

@martinfleis
Copy link
Collaborator

The code contribution is a duplicate of #1756 and the text above seems to be irrelevant to what the code actually does. Closing.

@martinfleis martinfleis closed this May 5, 2023
@adityakishor1 adityakishor1 deleted the adityakishor1/issue1751 branch May 7, 2023 08:48
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 this pull request may close these issues.

2 participants