Changeset 7692 in josm
- Timestamp:
- 2014-11-01T23:38:33+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AddImageryLayerAction.java
r7691 r7692 36 36 */ 37 37 public class AddImageryLayerAction extends JosmAction implements AdaptableAction { 38 39 private static final int MAX_ICON_SIZE = 24;40 38 private final ImageryInfo info; 41 39
Note:
See TracChangeset
for help on using the changeset viewer.