Changeset 14856 in osm for applications/editors/josm/plugins/DirectUpload
- Timestamp:
- 2009-05-01T00:28:28+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r14133 r14856 66 66 67 67 // Constants used when generating upload request 68 private static final String API_VERSION = "0. 5";68 private static final String API_VERSION = "0.6"; 69 69 private static final String BOUNDARY = "----------------------------d10f7aa230e8"; 70 70 private static final String LINE_END = "\r\n";
Note:
See TracChangeset
for help on using the changeset viewer.