-
Notifications
You must be signed in to change notification settings - Fork 31
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
Polygon area type added #195
base: main
Are you sure you want to change the base?
Polygon area type added #195
Conversation
@@ -342,6 +349,33 @@ components: | |||
longitude: 7.10066 | |||
radius: 50000 | |||
|
|||
Polygon: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For coherence, we should use same schema that we already have defined for location-retrieval: https://github.com/camaraproject/DeviceLocation/blob/main/code/API_definitions/location-retrieval.yaml#L289, which is very similar, but uses boundary
and maxItems
is 15
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. The change is done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, we have to conclude the discussion in the issue #194 before deciding on the PR
Converted to Draft until we resolve the discussion in #194. |
What type of PR is this?
Add one of the following kinds:
What this PR does / why we need it:
Geofences should support polygon type areas. Circle type is rarely used as geofence. Usually a geofence describes a shape of an (often human built) geographical object like factories, buildings, city and country areas.
Which issue(s) this PR fixes:
Fixes #194
Special notes for reviewers:
Changelog input