-
Notifications
You must be signed in to change notification settings - Fork 56
prototype for easier overpass integration #118
base: master
Are you sure you want to change the base?
Conversation
Also, right now one could enter both, remote data and overpass, and only one of both would be displayed. |
Okay, I see it a bit better now, thanks :) IMHO, having a new dedicated form parallel to "remote data' is not the best move: as you mention yourself, this will conflict, and it will not work for a one short import (through the import panel). What I suggest instead is to have a form on top the URL field that helps generating the final URL, both from remote data and import panel. So, roughly, something like an "overpass wizard" button that open a new modal box, with at least the following fields:
With those infos, we would generate the final overpass URL we'd then put in the URL field the wizard was attached to. |
Oh, nice, the Overpass Turbo wizard is now a separate module, yay! https://github.com/tyrasd/overpass-wizard So in my above description, the new modal would expose the wizard. |
Thank you for the input. Do you have anything in mind which is already in umap and similar? Something like the advanced action buttons? Or more like the User interface options toggles? Also for the modal box, are there any examples I could use as a starting point? Something like the confirmation dialogue when one deletes the map? Or more like the question mark info boxes? |
I think you can start simple: just add a new form below the remote data URL input with the needed fields and a "generate" button that will call the wizard and populate the URL input. |
There are open issues: