#10866 closed enhancement (fixed)
"Download area too large" warning apparently not adjusted to notes density
Reported by: | aseerel4c26 | Owned by: | ToeBee |
---|---|---|---|
Priority: | minor | Milestone: | 15.04 |
Component: | Core notes | Version: | latest |
Keywords: | Cc: |
Description (last modified by )
notes are (and will be in future... hopefully) much more sparse than osm data. Downloading much bigger areas than OSM data should not generate a warning (see attached screenshot). A rectange of half Germany (and a bit Netherlands, Belgium) was rejected by the server. But a quarter of Germany went through (and quite fast).
JOSM Version 7819.
Attachments (1)
Change History (11)
by , 10 years ago
Attachment: | notes-areatoolarge.png added |
---|
comment:1 by , 10 years ago
Description: | modified (diff) |
---|
comment:2 by , 10 years ago
Priority: | normal → minor |
---|
comment:3 by , 10 years ago
The maximum area for note requests is 25 square degrees. This compares to the 0.25 square degrees for map data calls. So it is significantly different. Also, the area limitation is not even a good indication of whether the selection will actually work or not for map data. There is a 50,000 node limit per map call that will kick in long before the 0.25 square degree limit in any semi-densely mapped area. So I view that warning as a pretty rough approximation anyway... But I guess if the notes checkbox is the only one checked I could probably change that warning.
comment:4 by , 10 years ago
Are there numbers for gpx download limit ?
Think we need a different limit for each option.
How are different server handled ?
comment:5 by , 10 years ago
If I'm reading the ruby correctly (which I will not guarantee) then the area limit for GPX download is also 0.25 square degrees. I think it uses the same function as the map data call to check the bbox size. And of course there is the 5,000 trackpoint per request limit which JOSM already handles by paging through the results. The note API doesn't do paging, it just cuts you off at 10,000.
So 3 different ways of downloading data from the same server. Welcome to OSM :)
comment:6 by , 10 years ago
Component: | Core → Core notes |
---|
Moving notes tickets to their own component
comment:7 by , 10 years ago
Keywords: | notes removed |
---|
comment:9 by , 10 years ago
Milestone: | → 15.04 |
---|
notes - screenshot of warning when just the area around a city was downloaded