Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit 4a42b1c

Browse files
authored
Update release notes 536 (#1852)
1 parent aa2e083 commit 4a42b1c

File tree

9 files changed

+90
-105
lines changed

9 files changed

+90
-105
lines changed

docs/geedocs/5.3.6/answer/developers/googleMapsAPIV3ForGEE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h1>Google Maps API v3 for GEE<a class="headerlink" href="#google-maps-api-v3-fo
150150
<span class="p">&lt;</span><span class="nt">script</span> <span class="na">type</span><span class="o">=</span><span class="s">&quot;text/javascript&quot;</span><span class="p">&gt;</span>
151151
<span class="kd">function</span> <span class="nx">initialize</span><span class="p">()</span> <span class="p">{</span>
152152
<span class="kd">var</span> <span class="nx">myOptions</span> <span class="o">=</span> <span class="p">{</span>
153-
<span class="nx">center</span><span class="o">:</span> <span class="k">new</span> <span class="nx">google</span><span class="p">.</span><span class="nx">maps</span><span class="p">.</span><span class="nx">LatLng</span><span class="p">(</span><span class="o">-</span><span class="mf">34.397</span><span class="p">,</span> <span class="mf">150.644</span><span class="p">),</span> <span class="nx">zoom</span><span class="o">:</span> <span class="mi">8</span>
153+
<span class="nx">center</span><span class="o">:</span> <span class="k">new</span> <span class="nx">google</span><span class="p">.</span><span class="nx">maps</span><span class="p">.</span><span class="nx">LatLng</span><span class="p">(</span><span class="o">-</span><span class="mf">34.397</span><span class="p">,</span> <span class="mf">150.644</span><span class="p">),</span> <span class="nx">zoom</span><span class="o">:</span> <span class="mf">8</span>
154154
<span class="p">};</span>
155155
<span class="kd">var</span> <span class="nx">geemap</span> <span class="o">=</span> <span class="k">new</span> <span class="nx">geeCreateFusionMap</span><span class="p">(</span><span class="s2">&quot;map_canvas&quot;</span><span class="p">,</span> <span class="nx">geeServerDefs</span><span class="p">,</span> <span class="nx">myOptions</span><span class="p">);</span>
156156
<span class="p">}</span>

docs/geedocs/5.3.6/answer/portable/helloEarthSample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>Hello Earth! code sample<a class="headerlink" href="#hello-earth-code-sample
101101
<span class="nx">$</span><span class="p">.</span><span class="nx">ajax</span><span class="p">({</span>
102102
<span class="nx">url</span><span class="o">:</span> <span class="s2">&quot;http://localhost:9335/query?request=Json&amp;var=geeServerDefs&quot;</span><span class="p">,</span>
103103
<span class="nx">statusCode</span><span class="o">:</span> <span class="p">{</span>
104-
<span class="mi">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
104+
<span class="mf">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
105105
<span class="nb">document</span><span class="p">.</span><span class="nx">getElementById</span><span class="p">(</span><span class="s1">&#39;not_serving&#39;</span><span class="p">).</span><span class="nx">style</span><span class="p">.</span><span class="nx">display</span> <span class="o">=</span> <span class="s1">&#39;block&#39;</span><span class="p">;</span>
106106
<span class="nb">document</span><span class="p">.</span><span class="nx">getElementById</span><span class="p">(</span><span class="s1">&#39;earth&#39;</span><span class="p">).</span><span class="nx">style</span><span class="p">.</span><span class="nx">display</span> <span class="o">=</span> <span class="s1">&#39;none&#39;</span><span class="p">;</span>
107107
<span class="nb">document</span><span class="p">.</span><span class="nx">getElementById</span><span class="p">(</span><span class="s1">&#39;not_serving&#39;</span><span class="p">).</span><span class="nx">innerHTML</span> <span class="o">=</span>

docs/geedocs/5.3.6/answer/portable/helloMapsSample.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h1>Hello Maps! code sample<a class="headerlink" href="#hello-maps-code-sample"
108108
<span class="nx">$</span><span class="p">.</span><span class="nx">ajax</span><span class="p">({</span>
109109
<span class="nx">url</span><span class="o">:</span> <span class="s2">&quot;http://localhost:9335/query?request=Json&amp;var=geeServerDefs&amp;is2d=t&quot;</span><span class="p">,</span>
110110
<span class="nx">statusCode</span><span class="o">:</span> <span class="p">{</span>
111-
<span class="mi">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
111+
<span class="mf">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
112112
<span class="nb">document</span><span class="p">.</span><span class="nx">getElementById</span><span class="p">(</span><span class="s1">&#39;not_serving&#39;</span><span class="p">).</span><span class="nx">style</span><span class="p">.</span><span class="nx">display</span> <span class="o">=</span> <span class="s1">&#39;block&#39;</span><span class="p">;</span>
113113
<span class="nb">document</span><span class="p">.</span><span class="nx">getElementById</span><span class="p">(</span><span class="s1">&#39;not_serving&#39;</span><span class="p">).</span><span class="nx">innerHTML</span> <span class="o">=</span>
114114
<span class="s1">&#39;Error: To view this example, you need to run Google Maps Engine Portable and serve a 2D globe on http://localhost:9335.&#39;</span><span class="p">}</span>
@@ -121,8 +121,8 @@ <h1>Hello Maps! code sample<a class="headerlink" href="#hello-maps-code-sample"
121121
<span class="kd">var</span> <span class="nx">mapOpts</span> <span class="o">=</span> <span class="p">{</span>
122122

123123
<span class="c1">// Sets the default Zoom, Center, and other settings for the map&#39;s initial display.</span>
124-
<span class="nx">zoom</span><span class="o">:</span> <span class="mi">2</span><span class="p">,</span>
125-
<span class="nx">center</span><span class="o">:</span> <span class="k">new</span> <span class="nx">google</span><span class="p">.</span><span class="nx">maps</span><span class="p">.</span><span class="nx">LatLng</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="o">-</span><span class="mi">22</span><span class="p">),</span>
124+
<span class="nx">zoom</span><span class="o">:</span> <span class="mf">2</span><span class="p">,</span>
125+
<span class="nx">center</span><span class="o">:</span> <span class="k">new</span> <span class="nx">google</span><span class="p">.</span><span class="nx">maps</span><span class="p">.</span><span class="nx">LatLng</span><span class="p">(</span><span class="mf">0</span><span class="p">,</span> <span class="o">-</span><span class="mf">22</span><span class="p">),</span>
126126
<span class="nx">navigationControl</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span>
127127
<span class="nx">mapTypeControl</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span>
128128
<span class="nx">streetViewControl</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span>

docs/geedocs/5.3.6/answer/releaseNotes/relNotesGEE5_3_6.html

Lines changed: 24 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,11 @@ <h3>Quick search</h3>
7272
<h1>Release notes: Open GEE 5.3.6<a class="headerlink" href="#release-notes-open-gee-5-3-6" title="Permalink to this headline"></a></h1>
7373
<div class="docutils container">
7474
<div class="content docutils container">
75-
<p>Open GEE 5.3.6 is currently in development</p>
7675
<p class="rubric">New Features</p>
77-
<p><strong>New feature here</strong>.
78-
New feature description goes here.</p>
79-
<p>In 5.3.5, we moved documentation, examples, and tutorials into a
80-
separate RPM called opengee-extra. This mainly includes the
81-
documentation, ExampleSearch, and Fusion Tutorial files. You
82-
can choose whether to install opengee-extra depending on if you
83-
need those items.</p>
76+
<p>In 5.3.6, a <code class="docutils literal notranslate"><span class="pre">--secure</span></code> option was added for <code class="docutils literal notranslate"><span class="pre">geconfigureassetroot</span></code>
77+
and <code class="docutils literal notranslate"><span class="pre">geupgradeassetroot</span></code> that removes world-writable permissions from
78+
special files. This helps Open GEE perform properly in strict security
79+
environments. <code class="docutils literal notranslate"><span class="pre">--secure</span></code> is disabled by default.</p>
8480
<p class="rubric">Supported Platforms</p>
8581
<p>The Open GEE 5.3.6 release is supported on 64-bit versions of the
8682
following operating systems:</p>
@@ -100,43 +96,38 @@ <h1>Release notes: Open GEE 5.3.6<a class="headerlink" href="#release-notes-open
10096
<p class="rubric">Resolved Issues</p>
10197
<table border="1" class="colwidths-given docutils">
10298
<colgroup>
103-
<col width="11%" />
104-
<col width="32%" />
105-
<col width="58%" />
99+
<col width="35%" />
100+
<col width="65%" />
106101
</colgroup>
107102
<thead valign="bottom">
108103
<tr class="row-odd"><th class="head">Number</th>
109104
<th class="head">Description</th>
110-
<th class="head">Resolution</th>
111105
</tr>
112106
</thead>
113107
<tbody valign="top">
114-
<tr class="row-even"><td>9999</td>
115-
<td>Add description</td>
116-
<td>Add resolution</td>
108+
<tr class="row-even"><td>1851</td>
109+
<td>Open GEE does not function properly on systems with a restrictive umask</td>
117110
</tr>
118-
</tbody>
119-
</table>
120-
<p class="rubric">Known Issues</p>
121-
<table border="1" class="colwidths-given docutils">
122-
<colgroup>
123-
<col width="11%" />
124-
<col width="32%" />
125-
<col width="58%" />
126-
</colgroup>
127-
<thead valign="bottom">
128-
<tr class="row-odd"><th class="head">Number</th>
129-
<th class="head">Description</th>
130-
<th class="head">Resolution</th>
111+
<tr class="row-odd"><td>1806</td>
112+
<td>Confusing “geserver.service changed on disk” message after uninstalling Fusion or Server</td>
131113
</tr>
132-
</thead>
133-
<tbody valign="top">
134-
<tr class="row-even"><td>9999</td>
135-
<td>Add description</td>
136-
<td>Add resolution</td>
114+
<tr class="row-even"><td>1800</td>
115+
<td>Upgrade from 5.3.4 to 5.3.5 leaves a non-working ExampleSearch</td>
116+
</tr>
117+
<tr class="row-odd"><td>1785</td>
118+
<td>Imagery Projects - Transparent areas appear as black</td>
119+
</tr>
120+
<tr class="row-even"><td>1761</td>
121+
<td>Tab Order wrong for Fusion Add Vector Resource and Add Terrain Resource</td>
122+
</tr>
123+
<tr class="row-odd"><td>1741</td>
124+
<td>Invalid git version in CentOS/RHEL install instructions</td>
137125
</tr>
138126
</tbody>
139127
</table>
128+
<p class="rubric">Known Issues</p>
129+
<p>See the <a class="reference external" href="https://github.com/google/earthenterprise/issues">GitHub issues page</a>
130+
for a list of known issues.</p>
140131
</div>
141132
</div>
142133
</div>

docs/geedocs/5.3.6/raw_sources/answer/releaseNotes/relNotesGEE5_3_6.rst.txt

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ Release notes: Open GEE 5.3.6
88

99
.. container:: content
1010

11-
Open GEE 5.3.6 is currently in development
12-
1311
.. rubric:: New Features
1412

15-
**New feature here**.
16-
New feature description goes here.
17-
18-
In 5.3.5, we moved documentation, examples, and tutorials into a
19-
separate RPM called opengee-extra. This mainly includes the
20-
documentation, ExampleSearch, and Fusion Tutorial files. You
21-
can choose whether to install opengee-extra depending on if you
22-
need those items.
13+
In 5.3.6, a ``--secure`` option was added for ``geconfigureassetroot``
14+
and ``geupgradeassetroot`` that removes world-writable permissions from
15+
special files. This helps Open GEE perform properly in strict security
16+
environments. ``--secure`` is disabled by default.
2317

2418
.. rubric:: Supported Platforms
2519

@@ -44,28 +38,28 @@ Release notes: Open GEE 5.3.6
4438
.. rubric:: Resolved Issues
4539

4640
.. list-table::
47-
:widths: 10 30 55
41+
:widths: 35 65
4842
:header-rows: 1
4943

5044
* - Number
5145
- Description
52-
- Resolution
53-
* - 9999
54-
- Add description
55-
- Add resolution
46+
* - 1851
47+
- Open GEE does not function properly on systems with a restrictive umask
48+
* - 1806
49+
- Confusing "geserver.service changed on disk" message after uninstalling Fusion or Server
50+
* - 1800
51+
- Upgrade from 5.3.4 to 5.3.5 leaves a non-working ExampleSearch
52+
* - 1785
53+
- Imagery Projects - Transparent areas appear as black
54+
* - 1761
55+
- Tab Order wrong for Fusion Add Vector Resource and Add Terrain Resource
56+
* - 1741
57+
- Invalid git version in CentOS/RHEL install instructions
5658

5759
.. rubric:: Known Issues
5860

59-
.. list-table::
60-
:widths: 10 30 55
61-
:header-rows: 1
62-
63-
* - Number
64-
- Description
65-
- Resolution
66-
* - 9999
67-
- Add description
68-
- Add resolution
61+
See the `GitHub issues page <https://github.com/google/earthenterprise/issues>`_
62+
for a list of known issues.
6963

7064
.. |Google logo| image:: ../../art/common/googlelogo_color_260x88dp.png
7165
:width: 130px

docs/geedocs/5.3.6/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/geedocs/5.3.6/sources/answer/releaseNotes/relNotesGEE5_3_6.rst.txt

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11

22
Release notes: Open GEE 5.3.6
33

4-
Open GEE 5.3.6 is currently in development
5-
64
-[ New Features ]-
75

8-
New feature here
9-
10-
. New feature description goes here.
11-
12-
In 5.3.5, we moved documentation, examples, and tutorials into a
13-
separate RPM called opengee-extra. This mainly includes the
14-
documentation, ExampleSearch, and Fusion Tutorial files. You can
15-
choose whether to install opengee-extra depending on if you need those
16-
items.
6+
In 5.3.6, a "--secure" option was added for "geconfigureassetroot" and
7+
"geupgradeassetroot" that removes world-writable permissions from
8+
special files. This helps Open GEE perform properly in strict security
9+
environments. "--secure" is disabled by default.
1710

1811
-[ Supported Platforms ]-
1912

@@ -38,10 +31,18 @@ new PostgreSQL version used by Open GEE 5.3.6.
3831

3932
-[ Resolved Issues ]-
4033

41-
Number Description Resolution 9999 Add description Add
42-
resolution
34+
Number Description 1851 Open GEE does not function properly on
35+
systems with a restrictive umask 1806 Confusing "geserver.service
36+
changed on disk" message after uninstalling Fusion or Server 1800
37+
Upgrade from 5.3.4 to 5.3.5 leaves a non-working ExampleSearch 1785
38+
Imagery Projects - Transparent areas appear as black 1761 Tab Order
39+
wrong for Fusion Add Vector Resource and Add Terrain Resource 1741
40+
Invalid git version in CentOS/RHEL install instructions
4341

4442
-[ Known Issues ]-
4543

46-
Number Description Resolution 9999 Add description Add
47-
resolution
44+
See the
45+
46+
GitHub issues page
47+
48+
for a list of known issues.

docs/geedocs/5.3.6/static/pygments.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
pre { line-height: 125%; margin: 0; }
2+
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
3+
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
4+
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
5+
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
16
.highlight .hll { background-color: #ffffcc }
2-
.highlight { background: #eeffcc; }
7+
.highlight { background: #eeffcc; }
38
.highlight .c { color: #408090; font-style: italic } /* Comment */
49
.highlight .err { border: 1px solid #FF0000 } /* Error */
510
.highlight .k { color: #007020; font-weight: bold } /* Keyword */

docs/geedocs/docsrc/answer/releaseNotes/relNotesGEE5_3_6.rst

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ Release notes: Open GEE 5.3.6
88

99
.. container:: content
1010

11-
Open GEE 5.3.6 is currently in development
12-
1311
.. rubric:: New Features
1412

15-
**New feature here**.
16-
New feature description goes here.
17-
18-
In 5.3.5, we moved documentation, examples, and tutorials into a
19-
separate RPM called opengee-extra. This mainly includes the
20-
documentation, ExampleSearch, and Fusion Tutorial files. You
21-
can choose whether to install opengee-extra depending on if you
22-
need those items.
13+
In 5.3.6, a ``--secure`` option was added for ``geconfigureassetroot``
14+
and ``geupgradeassetroot`` that removes world-writable permissions from
15+
special files. This helps Open GEE perform properly in strict security
16+
environments. ``--secure`` is disabled by default.
2317

2418
.. rubric:: Supported Platforms
2519

@@ -44,28 +38,28 @@ Release notes: Open GEE 5.3.6
4438
.. rubric:: Resolved Issues
4539

4640
.. list-table::
47-
:widths: 10 30 55
41+
:widths: 35 65
4842
:header-rows: 1
4943

5044
* - Number
5145
- Description
52-
- Resolution
53-
* - 9999
54-
- Add description
55-
- Add resolution
46+
* - 1851
47+
- Open GEE does not function properly on systems with a restrictive umask
48+
* - 1806
49+
- Confusing "geserver.service changed on disk" message after uninstalling Fusion or Server
50+
* - 1800
51+
- Upgrade from 5.3.4 to 5.3.5 leaves a non-working ExampleSearch
52+
* - 1785
53+
- Imagery Projects - Transparent areas appear as black
54+
* - 1761
55+
- Tab Order wrong for Fusion Add Vector Resource and Add Terrain Resource
56+
* - 1741
57+
- Invalid git version in CentOS/RHEL install instructions
5658

5759
.. rubric:: Known Issues
5860

59-
.. list-table::
60-
:widths: 10 30 55
61-
:header-rows: 1
62-
63-
* - Number
64-
- Description
65-
- Resolution
66-
* - 9999
67-
- Add description
68-
- Add resolution
61+
See the `GitHub issues page <https://github.com/google/earthenterprise/issues>`_
62+
for a list of known issues.
6963

7064
.. |Google logo| image:: ../../art/common/googlelogo_color_260x88dp.png
7165
:width: 130px

0 commit comments

Comments
 (0)