Changeset 12778 in osm for applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
- Timestamp:
- 2009-01-01T18:28:53+01:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java ¶
r12707 r12778 49 49 if (bounds.size() > 0) { 50 50 Way way = (Way) prim; 51 // We check if each node of each way is at least in one download 51 // We check if each node of each way is at least in one download 52 52 // bounding box. Otherwise nodes may get deleted that are necessary by 53 53 // unloaded ways (see Ticket #1594) … … 83 83 return; 84 84 } else if (ways > 10) { 85 85 //TRANSLATION: Although for English the use of trn is needless it is important for other languages 86 86 int option = JOptionPane.showConfirmDialog(Main.parent, trn( 87 87 "The selection contains {0} way. Are you sure you want to simplify it?",
Note:
See TracChangeset
for help on using the changeset viewer.