Changeset 201
- Timestamp:
- Oct 26, 2006, 11:12:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/distantPostcodes.html
r200 r201 21 21 var pl = document.createElement("a"); 22 22 pl.appendChild(document.createTextNode(easting + " " + northing)); 23 pl.href = " map.html#" + Math.round(easting/1000) + "," + Math.round(northing/1000) + ",1";23 pl.href = "tiles/map.html#" + Math.round(easting/1000) + "," + Math.round(northing/1000) + ",1"; 24 24 div.appendChild(pl); 25 25 … … 28 28 var al = document.createElement("a"); 29 29 al.appendChild(document.createTextNode(avg_e + " " + avg_e)); 30 al.href = " map.html#" + Math.round(avg_e/1000) + "," + Math.round(avg_n/1000) + ",1";30 al.href = "tiles/map.html#" + Math.round(avg_e/1000) + "," + Math.round(avg_n/1000) + ",1"; 31 31 div.appendChild(al); 32 32
Note: See TracChangeset
for help on using the changeset viewer.