Changeset 23192 in osm for applications/editors/josm/plugins/download_along
- Timestamp:
- 2010-09-15T18:59:53+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/download_along/src/org/openstreetmap/josm/plugin/download_along/DownloadAlong.java
r22427 r23192 48 48 private static class DownloadAlongAction extends JosmAction { 49 49 /** 50 * 51 50 * 51 */ 52 52 private static final long serialVersionUID = 1L; 53 53 … … 193 193 * however we can only download rectangles, so the following is an attempt 194 194 * at finding a number of rectangles to download. 195 * 195 * 196 196 * The idea is simply: Start out with the full bounding box. If it is too 197 197 * large, then split it in half and repeat recursively for each half until
Note:
See TracChangeset
for help on using the changeset viewer.