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

[FEATURE REQUEST] Add bounding box in available-assets #532

Open
edwinvandenbelt opened this issue Feb 13, 2024 · 0 comments · Fixed by #536
Open

[FEATURE REQUEST] Add bounding box in available-assets #532

edwinvandenbelt opened this issue Feb 13, 2024 · 0 comments · Fixed by #536
Assignees
Labels
WT1 To be discussed at the next meeting
Milestone

Comments

@edwinvandenbelt
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

It makes the 'available-assets' endpoint more convenient to use.

Urgency

Major, since most apps use bounding boxes to retrieve assets on a map.

Describe the solution you'd like

Add bounding box fields as arguments on the available-assets endpoint

Possible Implementation

    - name: northEast
      in: query
      description: "optional: bounding box northEast (lat+lon) parameter to limit the results. (See Google Maps LatLngBounds)"
      required: false
      example: northEast=10.12400,51.123123
      schema: 
        type: string
    - name: southWest
      in: query
      description: "optional: bounding box southWest (lat+lon) parameter to limit the result. (See Google Maps LatLngBounds"
      example: southWest=10.12400,51.123123
      required: false
      schema:
        type: string
@edwinvandenbelt edwinvandenbelt added the WT1 To be discussed at the next meeting label Feb 14, 2024
@edwinvandenbelt edwinvandenbelt added this to the 1.6 milestone Feb 14, 2024
@edwinvandenbelt edwinvandenbelt self-assigned this Feb 14, 2024
@edwinvandenbelt edwinvandenbelt moved this to In review in WT1 Kanban Jun 5, 2024
@edwinvandenbelt edwinvandenbelt moved this from In review to Done in WT1 Kanban Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WT1 To be discussed at the next meeting
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

1 participant