Modify ↓
Opened 7 years ago
Closed 7 years ago
#15455 closed defect (fixed)
Overpass queries are not saved to preferences
Reported by: | Zverikk | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | 17.10 |
Component: | Core | Version: | tested |
Keywords: | overpass | Cc: | bafonins, GerdP |
Description
- Open "Download data" dialog and switch to the Overpass tab.
- Enter a correct query and download some data.
- Open "Download data" dialog and check that your query has been saved as "History <date>".
- Close JOSM
- Open JOSM
- Open "Download data" dialog and be amazed: the query list is empty!
I've lost quite a few queries this way, so please resolve this.
Attachments (0)
Change History (5)
comment:2 by , 7 years ago
Cc: | added |
---|
comment:3 by , 7 years ago
Cc: | added |
---|---|
Milestone: | → 17.10 |
comment:4 by , 7 years ago
The same preference key is used for two preference entries:
private static final StringProperty DOWNLOAD_QUERY = new StringProperty("download.overpass.query", ... this.overpassQueryList = new UserQueryList(this, this.overpassQuery, "download.overpass.query");
Note:
See TracTickets
for help on using tickets.
I've updated to josm-latest and queries are not saved at all, there are no "History" items. And I'm not sure how to save the query displayed in the left pane. "+" buttons shows empty forms.