Ignore:
Timestamp:
2009-07-30T13:26:13+02:00 (15 years ago)
Author:
stoecker
Message:

removed two more strange characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/slippymap/src/org/openstreetmap/josm/plugins/slippymap/SlippyMapLayer.java

    r16730 r16733  
    676676        /*
    677677         * Go looking for tiles in zoom levels *other* than the current
    678          * one.  Even if they might look bad, they look better than a
     678         * one. Even if they might look bad, they look better than a
    679679         * blank tile.
    680680         */
     
    699699        for (Tile t : ts.allTiles()) {
    700700            // This draws the vertical lines for the entire
    701             // column.  Only draw them for the top tile in
     701            // column. Only draw them for the top tile in
    702702            // the column.
    703703            if (ts.topTile(t)) {
Note: See TracChangeset for help on using the changeset viewer.