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

Weather Cell in Geofence #115

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Weather Cell in Geofence #115

wants to merge 2 commits into from

Conversation

versx
Copy link
Owner

@versx versx commented Jan 11, 2021

Fixes: #46

Checks if any part of a weather cell is within a geofence instead of only the center of the weather cell.

.ToList();
if (GetIntersectionOfPolygons(coordinates, polygon)?.Count > 0)
{
return geofence;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Allow multiple geofences instead of just one

@versx versx changed the base branch from master to v5 May 31, 2021 15:15
@versx versx changed the base branch from v5 to master August 17, 2021 04: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.

[Bug] Relate Weather cell to all parts of geofence
1 participant