Skip to content

Commit

Permalink
Change protocols to Quick Reference Guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
tucotuco committed Dec 17, 2019
1 parent 53c9368 commit 5649766
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 14 deletions.
5 changes: 3 additions & 2 deletions gc.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__author__ = "John Wieczorek"
__author__ = "Craig Wieczorek"
__copyright__ = "Copyright 2019 Rauthiflor LLC"
__version__ = "gc.html 2019-12-14T16:21-3:00"
__version__ = "gc.html 2019-12-17T11:32-3:00"
*/
-->
<html>
Expand Down Expand Up @@ -451,14 +451,15 @@
</TR>
</TBODY>
</TABLE>
<iframe width="100%" height="300px" src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTRfHPphVPJhHGMIotzHEUfNUB1PWyBldGp6p2e7deNfYaj4IvKhaKIwm1go5tGmhHdBAc_n5nfX72S/pubhtml?gid=0&amp;single=true&amp;widget=true&amp;headers=false"></iframe>
<TABLE cellspacing="0" border="0" width="100%">
<TBODY>
<TR>
<TD width="50%" valign="MIDDLE">
<P>John Wieczorek 3 Nov 2001 </P>
</TD>
<TD width="50%" valign="MIDDLE" align="RIGHT">
<i>Rev. 14 Dec 2019</i>
<i>Rev. 17 Dec 2019</i>
</TD>
</TR>
</TBODY>
Expand Down
8 changes: 7 additions & 1 deletion gci.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ limitations under the License.
__author__ = "Craig Wieczorek"
__author__ = "John Wieczorek"
__copyright__ = "Copyright 2019 Rauthiflor LLC"
__version__ = "gci.css 2019-12-14T16:22-03:00"
__version__ = "gci.css 2019-12-17T11:32-03:00"
*/

.main{
Expand Down Expand Up @@ -498,6 +498,12 @@ SPAN{
width: 275px;
}

.span266c{
display: inline-block;
width: 266px;
text-align: center;
}

.span266{
display: inline-block;
width: 266px;
Expand Down
8 changes: 4 additions & 4 deletions 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-12-14T16:26-3:00"
__version__ = "gc_ui.js 2019-12-17T11:41-3:00"
*/
// Base version, full version includes language code suffix
var g_versionNumber = "20191214";
var g_versionNumber = "20191217";

// most recently chosen coordinate format
var lastcoordsystem = 1; // 1=dd.ddddd, 2=ddmmss.ss, 3=ddmm.mmmm
Expand Down Expand Up @@ -1616,8 +1616,8 @@ function onBodyKeyUp( e )
// Protocol controls
uiClearSelect("ChoiceProtocol");
uiSelectAddItem("ChoiceProtocol","protocol.notrecorded");

uiSelectAddExplicitItem("ChoiceProtocol","Georeferencing Best Practices. 2019");
uiSelectAddItem("ChoiceProtocol","protocol.qrg2012");
uiSelectAddItem("ChoiceProtocol","protocol.qrg2019");

// Datum controls
uiClearSelect("ChoiceDatum");
Expand Down
20 changes: 13 additions & 7 deletions georefproperties.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ __contributor__ = Tendro Ramaharitra
__contributor__ = Robert Hijmans
__contributor__ = Peter Desmet
__copyright__ = "Copyright 2019 Rauthiflor LLC"
__version__ = "georefproperties.js 2019-12-13T16:43-03:00"
__version__ = "georefproperties.js 2019-12-17T11:32-03:00"
*/

// Translations courtesy of:
Expand Down Expand Up @@ -358,11 +358,13 @@ var datum = { 'notrecorded' : { 'nl' : "datum onbekend" } };
// Protocol
var protocol = {
'notrecorded' : { },
'qrg' : { }
'qrg2012' : { },
'qrg2019' : { }
};

protocol.notrecorded.nl = "protocol onbekend";
protocol.qrg.nl = "Georeferencing Best Practices. 2019";
protocol.qrg2012.nl = "Georeferencing Quick Reference Guide. 2012";
protocol.qrg2019.nl = "Georeferencing Quick Reference Guide. 2019";

// Coordinate Source
var coordsource = {
Expand Down Expand Up @@ -592,7 +594,8 @@ datum.notrecorded.en = "datum not recorded";

// Protocol
protocol.notrecorded.en = "protocol not recorded";
protocol.qrg.en = "Georeferencing Best Practices. 2019";
protocol.qrg2012.en = "Georeferencing Quick Reference Guide. 2012";
protocol.qrg2019.en = "Georeferencing Quick Reference Guide. 2019";

// Coordinate Source
coordsource.gaz.en = "gazetteer";
Expand Down Expand Up @@ -778,7 +781,8 @@ datum.notrecorded.es = "datum no indicado";

// Protocol
protocol.notrecorded.es = "protocol no indicado";
protocol.qrg.es = "Georeferencing Best Practices. 2019";
protocol.qrg2012.es = "Georeferencing Quick Reference Guide. 2012";
protocol.qrg2019.es = "Georeferencing Quick Reference Guide. 2019";

// Fuentes de las Coordenadas
coordsource.gaz.es = "gacetero";
Expand Down Expand Up @@ -964,7 +968,8 @@ datum.notrecorded.pt = "datum não indicado";

// Protocol
protocol.notrecorded.pt = "protocol não indicado";
protocol.qrg.pt = "Georeferencing Best Practices. 2019";
protocol.qrg2012.pt = "Georeferencing Quick Reference Guide. 2012";
protocol.qrg2019.pt = "Georeferencing Quick Reference Guide. 2019";

// Fonte das Coordenadas
coordsource.gaz.pt = "dicionário geográfico";
Expand Down Expand Up @@ -1150,7 +1155,8 @@ datum.notrecorded.fr = "informations (datum) non enregistrés";

// Protocol
protocol.notrecorded.fr = "protocol non enregistrés";
protocol.qrg.fr = "Georeferencing Best Practices. 2019";
protocol.qrg2012.fr = "Georeferencing Quick Reference Guide. 2012";
protocol.qrg2019.fr = "Georeferencing Quick Reference Guide. 2019";

// Source de Coordonnées
coordsource.gaz.fr = "répertoire de localité (gazetteer)";
Expand Down

0 comments on commit 5649766

Please sign in to comment.