Skip to content

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

2 participants