-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workingpriority:lowShould be quite a far way down on the agendaShould be quite a far way down on the agenda
Description
Bug Description
When requesting a IDL-crossing bbox the result is wrong, the inverted bbox is queried (doing some sorting magic on the bbox parameters internally?).
General Information
- Version of the ohsome API 1.6.3
- remote instance at
https://api.ohsome.org/v1
- Affected endpoint(s): all
- URL of your request: see below
- Used HTTP method: GET
- Utilized tool/library for the request: swagger
Expected Behaviour
-
The bbox should either be queried correctly (split into its eastern and western part) or
-
the user should get a format issue for the bbox or
-
the documentation should explicitly mention this behaviour. Currently one has to combine "
Bottom left and top right points to define a bounding box. The following two formats are allowed:
lon1,lat1,lon2,lat2|lon1,lat1,lon2,lat2|…" to know that lon1=minX
IDL crossing bbox
Result: 232
Expected result: 0
inverted bbox
Result: 232
Expected result: 232
"western" part of IDL crossing bbox
Result: 0
Expected result: 0
"eastern" part of IDL crossing bbox
Result: 0
Expected Result: 0
Notes
Does this behaviour come from upstream (OSHDB)?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:lowShould be quite a far way down on the agendaShould be quite a far way down on the agenda