Changeset 36122 in osm for applications/editors/josm/plugins/opendata/src/org
- Timestamp:
- 2023-08-22T17:40:36+02:00 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/geographic/GeographicReader.java
r36072 r36122 18 18 import java.util.TreeMap; 19 19 20 import ja vax.json.JsonArray;21 import ja vax.json.JsonObject;22 import ja vax.json.JsonReader;23 import ja vax.json.spi.JsonProvider;20 import jakarta.json.JsonArray; 21 import jakarta.json.JsonObject; 22 import jakarta.json.JsonReader; 23 import jakarta.json.spi.JsonProvider; 24 24 import javax.swing.JOptionPane; 25 25 … … 238 238 // CHECKSTYLE.OFF: LineLength 239 239 dlg.setContent("<html>" + 240 tr("JOSM was unable to find a strict mathematical transformation between ''{0}'' and WGS84.<br /><br />"+ 241 "Do you want to try a <i>lenient</i> method, which will perform a non-precise transformation (<b>with location errors up to 1 km</b>) ?<br/><br/>"+ 240 tr("JOSM was unable to find a strict mathematical transformation between ''{0}'' and WGS84.<br /><br />" + 241 "Do you want to try a <i>lenient</i> method, which will perform a non-precise transformation " + 242 "(<b>with location errors up to 1 km</b>) ?<br/><br/>"+ 242 243 "If so, <b>do NOT upload</b> such data to OSM !", crs.getName())+ 243 244 "</html>");
Note:
See TracChangeset
for help on using the changeset viewer.