Changeset 36021 in osm for applications/editors
- Timestamp:
- 2022-09-17T20:19:55+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/download/CadastreDownloadTask.java
r36020 r36021 63 63 try { 64 64 for (String id : CadastreAPI.getSheets(downloadArea)) { 65 65 String url = String.join("/", CADASTRE_URL, id.substring(0, id.startsWith("97") ? 3 : 2), id.substring(0, 5), "edigeo-"+id+".tar.bz2"); 66 66 tasks.add(MainApplication.worker.submit(new InternalDownloadTask(settings, url, progressMonitor, zoomAfterDownload))); 67 67 }
Note:
See TracChangeset
for help on using the changeset viewer.