overpass-turbo icon indicating copy to clipboard operation
overpass-turbo copied to clipboard

API for the wizard

Open Gustry opened this issue 5 years ago • 4 comments

Hi, I'm the QuickOSM plugin developer.

I saw on the QGIS Mailing list that people are enjoying the wizard from OverpassTurbo. I was looking for a way to integrate it into QuickOSM but a quick look with Firebug shows me that all the logic is client side. Do you think that one day there will be a server API to generate queries? So both Overpass Turbo and QuickOSM can use the same API to generate queries?

Thanks

Gustry avatar May 15 '19 07:05 Gustry

The JOSM guys are thinking of re-implementing this in Java at https://josm.openstreetmap.de/ticket/18164

grischard avatar Mar 20 '20 18:03 grischard

@Gustry, you might want to deploy an overpass-wizard-server: https://github.com/tyrasd/overpass-wizard/tree/master/server

simon04 avatar Mar 20 '20 22:03 simon04

Thanks. This is indeed promising!

It seems it's not supporting all kind of queries from the wizard, no? Like museum in vienna, museum%20in%20vienna while it's working in the OverpassTurbo UI.

Gustry avatar Mar 21 '20 08:03 Gustry

In JOSM, we had been performing a Nominatim request after receiving the query from the wizard, see https://josm.openstreetmap.de/changeset/11003/josm/ and https://josm.openstreetmap.de/changeset/12714/josm/

simon04 avatar Aug 07 '20 05:08 simon04