Changeset 11085 in osm
- Timestamp:
- 2008-10-08T18:34:35+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/resources/ymap.html
r10585 r11085 75 75 map.drawZoomAndCenter(cx,level) 76 76 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 81 77 // Create a new size for the map. This makes the need of clipping the image unnecessary. 82 78 new_width = Math.abs( xy0.x - xy1.x);
Note:
See TracChangeset
for help on using the changeset viewer.