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

532 added the bounding box filter (Nomatim convention) #536

Merged
merged 2 commits into from
Jan 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions TOMP-API.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1163,6 +1163,18 @@ paths:
required: false
schema:
type: string
- name: boundingbox
in: query
required: false
description: "an optional filtering bounding box, using the Nomatim definition: south Latitude, north Latitude, west Longitude, east Longitude"
schema:
type: array
minItems: 4
maxItems: 4
items:
type: string
example: '"boundingbox":["51.2867602","51.6918741","-0.5103751","0.3340155"]'

responses:
"200":
description: Available assets or asset-types. In case assets are replied, the realtime location is also available.
Expand Down