Changeset 31198 in osm for applications
- Timestamp:
- 2015-06-03T13:38:18+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/downloads/MapillarySequenceDownloadThread.java
r31196 r31198 110 110 } 111 111 } catch (IOException e) { 112 Main.error( e);112 Main.error("Error reading the url " + url + " might be a Mapillary problem."); 113 113 } 114 114 }
Note:
See TracChangeset
for help on using the changeset viewer.