osm-fr / osmose-frontend

Part of osmose that shows results on the website http://osmose.openstreetmap.fr
GNU General Public License v3.0
41 stars 38 forks source link

Osmose exports seem incomplete #464

Closed severinmenard closed 9 months ago

severinmenard commented 1 year ago

I exported in geojson format an area from Eastern DRC, regarding only the disconnected highways, but many issues seem missing, as shown below:

Screenshot1752

It may be related to some restrictions I can see in the filters (eg https://osmose.openstreetmap.fr/fr/issues/open?item=1210) where, even you input a bbox, only a portion of the issues are displayed and you need to click on the hyper link at the bottom many times to supposedly get everything when you see the number of issues is not increasing anymore (but no message is provided)

Screenshot1753

frodrigo commented 1 year ago

The output by API have a number limit. You can add a limit param

https://osmose.openstreetmap.fr/api/docs

But event with limit, there is a max.

severinmenard commented 1 year ago

@frodrigo the API doc says the limit is 500, but I managed to get a few thousand by clicking on "Afficher plus de signalements". What could be improved IMO is that you this way you do not know the total number of issues in your bbox nor the number you have got after each click (eg XXX/YYY)

frodrigo commented 9 months ago

For perf reason, the total is not know at this point.