Ignore:
Timestamp:
2009-12-04T15:53:55+01:00 (16 years ago)
Author:
Gubaer
Message:

fixed #3684: Add "chunked" upload mode
Removed support for API "0.5" when uploading (there are still 0.5-files around, but I'm not aware of any 0.5-servers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/upload/ApiPreconditionCheckerHook.java

    r2512 r2569  
    7373                        // value
    7474                        System.out.println(
    75                                 tr("Warning: automatically truncating value of tag ''{0}'' on deleted primitive {1}",
     75                                tr("Warning: automatically truncating value of tag ''{0}'' on deleted object {1}",
    7676                                        e.getKey(),
    7777                                        Long.toString(osmPrimitive.getId())
     
    8282                    }
    8383                    JOptionPane.showMessageDialog(Main.parent,
    84                             tr("Length of value for tag ''{0}'' on primitive {1} exceeds the max. allowed length {2}. Values length is {3}.",
     84                            tr("Length of value for tag ''{0}'' on object {1} exceeds the max. allowed length {2}. Values length is {3}.",
    8585                                    e.getKey(), Long.toString(osmPrimitive.getId()), 255, e.getValue().length()
    8686                            ),
Note: See TracChangeset for help on using the changeset viewer.