Modify ↓
Opened 5 years ago
Closed 5 years ago
#1753 closed enhancement (wontfix)
JOSM should cache OSM data between instances
| Reported by: | anonymous | Owned by: | framm |
|---|---|---|---|
| Priority: | major | Component: | unspecified |
| Version: | Keywords: | ||
| Cc: |
Description
Currently, when JOSM closes, all the data about nodes and paths is erased. This requires the user to download all the data from the server for a specific region. If some of the data could be cached, the user could download a smaller diff instead, reducing load on the server bandwidth.
Attachments (0)
Change History (1)
comment:1 Changed 5 years ago by framm
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



The user can save the current data as .osm file and load that file next time JOSM starts. It is not possible to download a diff from the API.