Changeset 11085 in osm


Ignore:
Timestamp:
2008-10-08T18:34:35+02:00 (16 years ago)
Author:
petrdlouhy
Message:

removed unneded dimps from the ymap.html, so webkit-image could work
properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/resources/ymap.html

    r10585 r11085  
    7575        map.drawZoomAndCenter(cx,level)
    7676     
    77         dump(xy0.x + " " + xy0.y + " " + xy1.x + " " + xy1.y + "\n");
    78         dump(tllat + " " + tllon + " " + brlat + " " + brlon + "\n");
    79         dump((brlat + tllat)/2 + " " + (brlon + tllon)/2 + "\n");
    80        
    8177        // Create a new size for the map. This makes the need of clipping the image unnecessary.
    8278        new_width  = Math.abs( xy0.x - xy1.x);
Note: See TracChangeset for help on using the changeset viewer.