Changeset 35100 in osm for applications/editors/josm/plugins/imagery-xml-bounds/src
- Timestamp:
- 2019-08-23T22:05:24+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery-xml-bounds/src/org/openstreetmap/josm/plugins/imageryxmlbounds/actions/ComputeBoundsAction.java
r34326 r35100 49 49 public class ComputeBoundsAction extends AbstractAction implements XmlBoundsConstants { 50 50 51 protected static final DecimalFormat DF = new DecimalFormat("#0.##### ##", new DecimalFormatSymbols(Locale.UK));51 protected static final DecimalFormat DF = new DecimalFormat("#0.#####", new DecimalFormatSymbols(Locale.UK)); 52 52 53 53 protected static final String ACTION_NAME = tr("XML Imagery Bounds");
Note:
See TracChangeset
for help on using the changeset viewer.