Changeset 414 for trunk/npemap.org.uk
- Timestamp:
- Dec 11, 2006, 4:17:56 PM (14 years ago)
- Location:
- trunk/npemap.org.uk/static
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/index.html
r386 r414 86 86 var ROOTURL = "."; 87 87 88 var xOffset = 62; 88 // The X offset 89 // (The number of pixels that were trimmed from the left of the thumbnail 90 // image, when it was created to start at 0,0 , but after it was halved 91 // in size) 92 var xOffset = 38; 89 93 90 94 function gotoLocation(easting, northing, zoom) { -
trunk/npemap.org.uk/static/tiles/allmaps.html
r133 r414 18 18 19 19 <script type="text/javascript"> 20 var xOffset = 124; 20 // The X offset 21 // (The number of pixels that were trimmed from the left of the thumbnail 22 // image, when it was created to start at 0,0) 23 var xOffset = 77; 21 24 22 25 function click(e) {
Note: See TracChangeset
for help on using the changeset viewer.