Changeset 191
- Timestamp:
- Oct 26, 2006, 9:42:44 PM (14 years ago)
- Location:
- trunk/gpx.npemap.org.uk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gpx.npemap.org.uk/index.html
r186 r191 52 52 tracing page for details on how to do this.</p> 53 53 54 <p><b>Note:</b> doesn't yet support IE for tracing, only for map viewing.55 Please use Mozilla / Firefox / Opera in until this is fixed.</p>56 57 54 <br /> 58 55 … … 61 58 <a href="http://npemap.org.uk/tileLicence.html">Licence Page</a> on what you 62 59 can and can't do with the tiles, and traces you make from them.</p> 60 61 <br /> 62 63 <p>If you have any thoughts, problems, ideas etc, please get in touch 64 at <a href="mailto:gpx@npemap.org.uk">gpx@npemap.org.uk</a>.</p> 63 65 64 66 </div> … … 72 74 73 75 <form onsubmit="return find()"> 74 <p><label for="where"> Place Name</label>76 <p><label for="where">Jump to Place Name</label> 75 77 <input id="where" name="where" /></p> 76 78 <p><input type="submit" name="Zoom To" /></p> -
trunk/gpx.npemap.org.uk/tracer.html
r188 r191 401 401 // handle zoom in url 402 402 if(map_northing.indexOf(",") > 0) { 403 map_northing = map_northing.substring( 0, coords.indexOf(",") );403 map_northing = map_northing.substring( 0, map_northing.indexOf(",") ); 404 404 } 405 405
Note: See TracChangeset
for help on using the changeset viewer.