Changeset 6830 in josm for trunk/src/org/openstreetmap/josm/gui/download
- Timestamp:
- 2014-02-10T00:51:53+01:00 (12 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/gui/download
- Files:
-
- 2 edited
-
BoundingBoxSelection.java (modified) (1 diff)
-
TileSelection.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/download/BoundingBoxSelection.java
r6380 r6830 37 37 * Provides max/min lat/lon input fields as well as the "URL from www.openstreetmap.org" text field. 38 38 * 39 * @author Frederik Ramm <frederik@remote.org>39 * @author Frederik Ramm 40 40 * 41 41 */ -
trunk/src/org/openstreetmap/josm/gui/download/TileSelection.java
r6084 r6830 15 15 * Provides a tile coordinate input field. 16 16 * 17 * @author Frederik Ramm <frederik@remote.org>17 * @author Frederik Ramm 18 18 * 19 19 */ … … 27 27 } 28 28 29 /** 30 * Constructs a new {@code TileSelection}. 31 */ 29 32 public TileSelection() { 30 33 build();
Note:
See TracChangeset
for help on using the changeset viewer.
