Skip to content

Commit

Permalink
Fixed bug that did not allow copy to clipboard. Made the datum shift …
Browse files Browse the repository at this point in the history
…calculation script fully functional and documented.
  • Loading branch information
tucotuco committed Nov 20, 2019
1 parent 90cb240 commit c485468
Show file tree
Hide file tree
Showing 18 changed files with 2,233 additions and 300 deletions.
112 changes: 0 additions & 112 deletions source/datumshiftproj.py

This file was deleted.

172 changes: 0 additions & 172 deletions source/function_docs.txt

This file was deleted.

4 changes: 2 additions & 2 deletions source/gci.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ SELECT{
border-style: inset;
border-width: 2px;
min-width: 1em;
max-width: 6em;
width: 3em;
max-width: 8em;
width: 5em;
}

.textDecDeg{
Expand Down
4 changes: 2 additions & 2 deletions source/gci3.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@
</P>
<P>
<b>Preferred citation</b>:
<br>Wieczorek C, J Wieczorek (2019) Georeferencing Calculator (version 20191108). Available: http://georeferencing.org/georefcalculator/gci3/source/gci3.html. Accessed [yyyy-mm-dd].
<br>Wieczorek C, J Wieczorek (2019) Georeferencing Calculator (version 20191111). Available: http://georeferencing.org/georefcalculator/gci3/source/gci3.html. Accessed [yyyy-mm-dd].
</P>
<P>
<b>Calculations based on:</b>
Expand Down Expand Up @@ -458,7 +458,7 @@
<P>John Wieczorek 3 Nov 2001 </P>
</TD>
<TD width="50%" valign="MIDDLE" align="RIGHT">
<i>Rev. 8 Nov 2019</i>
<i>Rev. 20 Nov 2019</i>
</TD>
</TR>
</TBODY>
Expand Down
4 changes: 2 additions & 2 deletions source/gci_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ limitations under the License.
__author__ = "Craig Wieczorek"
__author__ = "John Wieczorek"
__copyright__ = "Copyright 2019 Rauthiflor LLC"
__version__ = "gc_ui.js 2019-11-08T17:52-3:00"
__version__ = "gc_ui.js 2019-11-20T12:57-3:00"
*/
// Base version, full version includes language code suffix
var g_versionNumber = "20191108";
var g_versionNumber = "20191120";

// most recently chosen coordinate format
var lastcoordsystem = 1; // 1=dd.ddddd, 2=ddmmss.ss, 3=ddmm.mmmm
Expand Down
Loading

0 comments on commit c485468

Please sign in to comment.