Changeset 19280 in josm
- Timestamp:
- 2025-01-10T07:32:29+01:00 (7 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/AbstractTileSourceLayer.java
r19192 r19280 1333 1333 if (tooLarge()) { 1334 1334 // Too many tiles... refuse to download 1335 Logging.warn("Not downloading all tiles because there ismore than {0} tiles on an axis!", MAX_TILES_SPANNED);1335 Logging.warn("Not downloading all tiles because there are more than {0} tiles on an axis!", MAX_TILES_SPANNED); 1336 1336 return; 1337 1337 }
Note:
See TracChangeset
for help on using the changeset viewer.