Modify ↓
Opened 10 years ago
Closed 10 years ago
#10604 closed defect (wontfix)
Network communication should be asynchronous
Reported by: | naoliv | Owned by: | ToeBee |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core notes | Version: | |
Keywords: | Cc: |
Description
While the plugin is downloading or updating some notes, everything in JOSM seems blocked until it finishes to download/upload data.
The communication (getting notes of a bbox and posting comments) should be asynchronous (non-blocking).
JOSM:
Repository Root: http://josm.openstreetmap.de/svn Build-Date: 2014-10-06 01:34:21 Last Changed Author: Don-vip Revision: 7601 Repository UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b Relative URL: ^/trunk URL: http://josm.openstreetmap.de/svn/trunk Last Changed Date: 2014-10-05 22:30:57 +0200 (Sun, 05 Oct 2014) Last Changed Rev: 7601 Identification: JOSM/1.5 (7601 pt_BR) Linux Debian GNU/Linux testing (jessie) Memory Usage: 990 MB / 8158 MB (469 MB allocated, but free) Java version: 1.7.0_65, Oracle Corporation, OpenJDK 64-Bit Server VM Java package: openjdk-7-jre:amd64-7u65-2.5.2-4 VM arguments: [-Dawt.useSystemAAFontSettings=on] Dataset consistency test: No problems found Plugins: - Create_grid_of_ways (30416) - OpeningHoursEditor (30609) - PicLayer (30436) - SimplifyArea (30624) - buildings_tools (30485) - contourmerge (1010) - editgpx (30634) - geotools (30569) - importvec (30416) - jts (30416) - log4j (30416) - measurement (30641) - merge-overlap (30416) - notes (v0.9.4) - opendata (30607) - pbf (30690) - pdfimport (30416) - poly (30495) - reverter (30521) - scripting (30700) - todo (29154) - turnrestrictions (30651) - undelete (30416) - utilsplugin2 (30460) Last errors/warnings: - E: Falha ao localizar imagem 'images/icon.png'
Attachments (0)
Note:
See TracTickets
for help on using tickets.
The notes plugin is essentially dead and this is not going to get fixed. Instead, note functionality is being moved into JOSM core where notes are downloaded similarly to GPS traces, via a checkbox in the download dialog where it displays a progress bar and such. It isn't complete yet but it is already functional.