#10023 closed enhancement (fixed)
History of overpass queries
Reported by: | rayquaza | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 15.09 |
Component: | Core | Version: | |
Keywords: | mirrored_download | Cc: |
Description
Currently not even the latest overpass-query is stored. So if I finally found a query which works for me after a few tries and restart JOSM I either have to store it somewhere else (i.e. remember it) or try again. It would be nice if JOSM would store a history of the queries which didn't result in an error.
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-05-14 01:35:50 Last Changed Author: Don-vip Revision: 7120 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-05-14 02:16:44 +0200 (Wed, 14 May 2014) Last Changed Rev: 7120 Identification: JOSM/1.5 (7120 de) Windows XP 32-Bit Memory Usage: 85 MB / 247 MB (26 MB allocated, but free) Java version: 1.7.0_55, Oracle Corporation, Java HotSpot(TM) Client VM Plugin: Create_grid_of_ways (30416) Plugin: InfoMode (30416) Plugin: OpeningHoursEditor (30416) Plugin: PicLayer (30436) Plugin: alignways (30416) Plugin: buildings_tools (30416) Plugin: conflation (0.1.6) Plugin: continuosDownload (28565) Plugin: contourmerge (1010) Plugin: editgpx (30416) Plugin: geochat (30416) Plugin: imageryadjust (30416) Plugin: importvec (30416) Plugin: jts (30416) Plugin: measurement (30416) Plugin: mirrored_download (30436) Plugin: notes (v0.9.2) Plugin: openstreetbugs (30436) Plugin: osmarender (30416) Plugin: pbf (30416) Plugin: poly (30416) Plugin: print (30416) Plugin: proj4j (30417) Plugin: reverter (30436) Plugin: tagging-preset-tester (30416) Plugin: terracer (30416) Plugin: todo (29154) Plugin: turnrestrictions (30416) Plugin: undelete (30416) Plugin: utilsplugin2 (30419)
Attachments (8)
Change History (15)
comment:1 Changed 9 years ago by
comment:2 Changed 8 years ago by
Component: | Plugin mirrored_download → Core |
---|---|
Keywords: | mirrored_download added |
Owner: | changed from roland.olbricht to team |
mirrored_download is now part of core (see #11428)
Changed 8 years ago by
Attachment: | 10023-screenshot.png added |
---|
Changed 6 years ago by
Attachment: | main-view.png added |
---|
Changed 6 years ago by
Attachment: | query-wizard-view.png added |
---|
Changed 6 years ago by
Attachment: | history-list-view.png added |
---|
Changed 6 years ago by
Attachment: | history-list-search.png added |
---|
Changed 6 years ago by
Attachment: | history-list-tooltip.png added |
---|
Changed 6 years ago by
Attachment: | query-edit-view.png added |
---|
Changed 6 years ago by
Attachment: | functionality.png added |
---|
comment:5 Changed 6 years ago by
Would like to share some of my work related to the Overpass download dialog.
The main dialog looks exactly the same as it used to look previously.
The Overpass Query Wizard tool is now represented in a separate dialog where some examples are provided, as well as a link to the wiki.
I tried to make the view similar to the one at overpass-turbo.
After pressing the arrow button from the main dialog the users history is shown. In this window the user can :
see all queries that the user successfully executed (considering only valid queries) that are saved named: 'history {date}'
save any other query with unique name
edit any existing item from the list
remove any existing item from the list
search for specific item by its name
inspect queries behind every item
Feel free to give remarks, any feedback is appreciated.
comment:6 follow-up: 7 Changed 6 years ago by
@bafonins: Can you create a new ticket for your patch? It makes tracking your changes easier. This one has been closed since the basic functionality was implemented. You can refer to this ticket in your new one. You can add mirrored_download
to the list of keywords, this is our way of grouping functionality.
comment:7 Changed 6 years ago by
Replying to michael2402:
@bafonins: Can you create a new ticket for your patch? It makes tracking your changes easier. This one has been closed since the basic functionality was implemented. You can refer to this ticket in your new one. You can add
mirrored_download
to the list of keywords, this is our way of grouping functionality.
done - ticket
+1
I would love a history too