Opened 13 years ago
Closed 10 years ago
#7511 closed enhancement (wontfix)
[Patch] Create expert Overpass download plugin
Reported by: | joshdoe | Owned by: | simon04 |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Plugin mirrored_download | Version: | |
Keywords: | overpass | Cc: | AM909, skyper |
Description
The mirrored_download provides basic downloading from the Overpass API, but it doesn't expose the full power of the API. The plugin should at least provide for entry of a XML or Overpass QL query, and potentially have a simple GUI for choosing common queries. Bounding box and current selection can be variables to be used within the query.
Attachments (4)
Change History (20)
comment:1 by , 13 years ago
Component: | Plugin → Plugin mirrored_download |
---|
by , 13 years ago
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
follow-up: 4 comment:3 by , 13 years ago
Great! Can the query box be expanded for more complex queries, in both XML and QL?
comment:4 by , 13 years ago
Replying to joshdoe:
Great! Can the query box be expanded for more complex queries, in both XML and QL?
I guess so. I suggest to add XML query support in a next step.
by , 13 years ago
Attachment: | 7511_v2.png added |
---|
comment:6 by , 13 years ago
comment:8 by , 13 years ago
Cc: | added |
---|
Even just the ability to specify a raw QL query with lat/lon (%B, %L, %T, %R) substitution would be most helpful, like:
Server part: "http://overpass-api.de/api/interpreter?data="
QL part: "node(%B,%L,%T,%R);out meta;"
It would be useful if the server specification were moved to the download dialog, since one would have to change it to switch back and forth between the current XAPI syntax (with auto bbox parameter) and the raw QL syntax.
comment:9 by , 13 years ago
Cc: | added |
---|
follow-up: 12 comment:10 by , 13 years ago
Two enhancements:
- It would be nice to include an option to download objects by ids or have an option to choose the server in the core function.
- If you select a BBox and then enter some xapi option the red warning at the bottom right is still shown which is irritating. Maybe some more general warning would make sense.
Thanks
by , 13 years ago
Attachment: | 7511_q.png added |
---|
comment:11 by , 13 years ago
Draft:
- Server URL also in download dialog
- The following place holders are substituted in server URL and query:
{type}
{xapi_bbox}
{overpass_bbox}
{minlon}
{minlat}
{maxlon}
{maxlat}
- Size warning in lower right corner hidden
comment:12 by , 13 years ago
Thanks for the improvements.
Are there plans to replace the main download dialogue ?
Replying to skyper:
Two enhancements:
- It would be nice to include an option to download objects by ids or have an option to choose the server in the core function.
Thanks for the server option.
I propably did not explain well but what I meant was adding a server option to the Download object dialogue.
Cheers
by , 13 years ago
Attachment: | 7511b.patch added |
---|
comment:14 by , 12 years ago
Summary: | Create expert Overpass download plugin → [Patch] Create expert Overpass download plugin |
---|
comment:16 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
This is obsolete now due to #11428.
Work in progress (see second line of screenshot):
To be done: