Changeset 211 for trunk/gpx.npemap.org.uk
- Timestamp:
- Oct 27, 2006, 1:17:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gpx.npemap.org.uk/tracer.html
r208 r211 90 90 <div id="help"> 91 91 To correct orthorectification issues, select calibrate above, then 92 click on a 4-way tile join (cross). Repeat for each of the 4 joins. 93 <img src="good-join.jpg" alt="example of a 4 way join" /> 92 click on a 4-way grid square tile join (where 4 grid squares meet). 93 Repeat for each of the 4 of these joins on the map. 94 <img src="good-join.jpg" alt="example of a 4 way join between grid squares" /> 94 95 <br /><br /> 95 96 When in calibration mode, the screen background will go green to alert … … 100 101 It is not advisable to try to calibrate across map sheet joins, as 101 102 different sheets tend to have different errors. 102 <img src="bad-join.jpg" alt="example of a cross-sheet join " />103 <img src="bad-join.jpg" alt="example of a cross-sheet join between grid squares" /> 103 104 </div> 104 105 … … 208 209 '<gpx\n' + 209 210 'version="1.0"\n' + 210 'creator="NPE to GPX Converter - http:// nick.torchboxapps.com/new/"\n' +211 'creator="NPE to GPX Converter - http://gpx.npemap.org.uk/"\n' + 211 212 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n' + 212 213 'xmlns="http://www.topografix.com/GPX/1/0"\n' + … … 349 350 document.getElementById("body").appendChild(cross3); 350 351 351 var tile_base = "http:// npe-tiles.torchboxapps.com/scaled1/";352 var tile_base = "http://tile.npemap.org.uk/scaled1/"; 352 353 353 354 // Set the images
Note: See TracChangeset
for help on using the changeset viewer.