Changeset 16733 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-07-30T13:26:13+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java
r16730 r16733 676 676 /* 677 677 * Go looking for tiles in zoom levels *other* than the current 678 * one. 678 * one. Even if they might look bad, they look better than a 679 679 * blank tile. 680 680 */ … … 699 699 for (Tile t : ts.allTiles()) { 700 700 // This draws the vertical lines for the entire 701 // column. 701 // column. Only draw them for the top tile in 702 702 // the column. 703 703 if (ts.topTile(t)) {
Note:
See TracChangeset
for help on using the changeset viewer.