Opened 7 years ago
Last modified 4 years ago
#15219 new enhancement
remote control with an Overpass query
Reported by: | Polyglot | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core remotecontrol | Version: | |
Keywords: | Overpass API, remote control | Cc: |
Description
Hi,
I'd like to see an enhancement of the remote control capabilities, such that one can pass in an Overpass API query. If no bounding box is given, open the download dialog and let the user select an area.
If no url is given, use the standard Overpass instance.
Polyglot
Attachments (0)
Change History (3)
follow-up: 2 comment:1 by , 5 years ago
comment:2 by , 5 years ago
Replying to bagage:
Is there any blocking idea here?
Most likely not.
If not, is someone implementing it?
Not at the moment.
If not, are there pointers on how to get started on it?
Remote control is organized in handlers – one for each endpoint such as /import
, /zoom
, /add_node
. Take a look at org.openstreetmap.josm.io.remotecontrol.handler.AddNodeHandler
for /add_node
which is a simple one. The parameter addtags=
causes JOSM to display a dialog for adding tags.
comment:3 by , 4 years ago
Thanks simon04 for the insight!
Someone pointed me to a work around: one can use loading via URL by encoding Overpass query directly:
So maybe that issue can be closed if you wish.
Is there any blocking idea here? If not, is someone implementing it? If not, are there pointers on how to get started on it?
Thanks!