-
The following query results in code `400` I would expect it to not filter for ids.
`(landuse=* or natural=* or waterway=*) and geometry:polygon and ((not id:() and type:way) or (not id:() and type:…
-
See https://www.baeldung.com/intro-to-project-lombok
Could be used in response classes to reduce the code there.
-
All three properties request the same information. As far as I see it they also are distinguishable in terms of input
- bboxes: ...4*numeric separated by , |...
- bcicles: ... 3*numeric separated …
-
When using the pipe sign delimiter to give a list of different boundaries, the current master returns a 400 - BadRequestException. The following message appears in the console when tested locally:
``…
-
For the filter it would be practical if spaces within the brackets or in between were ignored, for example `type:way and ( highway=footway and motor_vehicles=no) or(highway=service)`
-
This request triggers a NullPointerException `curl 'https://api.ohsome.org/v1/elements/count/ratio/groupBy/boundary?bboxes=8.684692%2C49.407669%2C8.688061%2C49.410310&filter=building=residential&form…
-
Minimal example to trigger bug (thx @tyrasd ):
```bash
curl "https://api.ohsome.org/v1/elements/count/groupBy/tag?bboxes=8.625%2C49.3711%2C8.7334%2C49.4397&filter=building%3Dnonono&format=csv&grou…
-
On some example pages one could copy an example request (especially those that are directly usable in shell) to clipboard by clicking on a button. That might be useful for the docs as well.
e.g. for …
-
When using a relatively short timeout with a data extraction request and the timeout hits before the first chunk of data was sent, the result is a HTTP/500 error code (_internal server error_) instead…
-