1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Index: terraintool-1.13/doc/README.html
===================================================================
--- terraintool-1.13.orig/doc/README.html
+++ terraintool-1.13/doc/README.html
@@ -1,10 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <meta http-equiv="Content-Type" content="text/html"/>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>TerrainTool - create surface topographic data for Survex and Therion</title>
<meta http-equiv="Content-Language" content="en-gb" />
<meta name="robots" content="robots.txt" />
- <meta name="Copyright" content="Copyright (c) 2008 - 2012 Mike McCombe" />
+ <meta name="Copyright" content="Copyright (c) 2008 - 2017 Mike McCombe" />
<meta name="Rating" content="General" />
<meta name="revisit-after" content="25 Days" />
</head>
@@ -36,7 +36,7 @@
</p>
<ul>
<li>
- Automatically downloads SRTM data from the NASA ftp site as needed.
+ Automatically downloads SRTM data from the NASA https site as needed.
</li>
<li>
@@ -59,9 +59,9 @@
</ul>
<p>
- The programme, written in Java, provides a conventional GUI-style interface and will run under Windows, Solaris and Linux operating systems. The latest Java
- Runtime (JRE 6, JDK 6 or later) is required and can be downloaded free of charge from <a href=
- "http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle, for example</a>.
+ The programme, written in Java, provides a conventional GUI-style interface and will run under Windows, Solaris, macOS and Linux operating systems. The latest Java
+ Runtime is required and can be downloaded free of charge from <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">Oracle</a> or openJDK.
+ The JRE needs to be at least version 7. Mac users should note that the the legacy version 6 implementation provided by Apple is no longer sufficient.
</p>
<p>
"TerrainTool" was written by Mike McCombe who is very grateful to UBSS for giving it a home. Please feel free to contact Mike with feedback or requests for help at
@@ -75,7 +75,7 @@
</p>
<ol>
<li>
- If you don't already have the Java Standard Edition (SE) version 6 installed, <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">download</a> it from the Oracle
+ If you don't already have the Java Standard Edition (SE) installed, <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">download</a> it from the Oracle
website now. Unless you plan to develop your own Java software, the Java Runtime Environment (JRE) will suffice.
</li>
<li>
@@ -370,8 +370,8 @@
<strong>ASTER Only</strong>
</p>
<p>
- Creates terrain using only ASTER data. This has higher resolution and greater coverage than SRTM data but must be manually downloaded and installed (<a href=
- "#Installing_ASTER_data_files">see below</a>). Its greater resolution causes TerrainTool to run more slowly than with SRTM data. The end-result may show signs of "artefacts" - spurious
+ Creates terrain using only ASTER data. This has higher resolution and greater coverage than SRTM data but must be manually downloaded and installed
+ (<a href="#Installing_ASTER_data_files">see below</a>). Its greater resolution causes TerrainTool to run more slowly than with SRTM data. The end-result may show signs of "artefacts" - spurious
features produced by the imaging process.
</p>
<p>
|