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

Commit

Permalink
Update release notes 536 (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
tst-sbayard committed Oct 16, 2020
1 parent aa2e083 commit 4a42b1c
Show file tree
Hide file tree
Showing 9 changed files with 90 additions and 105 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ <h1>Google Maps API v3 for GEE<a class="headerlink" href="#google-maps-api-v3-fo
<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>
<span class="kd">function</span> <span class="nx">initialize</span><span class="p">()</span> <span class="p">{</span>
<span class="kd">var</span> <span class="nx">myOptions</span> <span class="o">=</span> <span class="p">{</span>
<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>
<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>
<span class="p">};</span>
<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>
<span class="p">}</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/geedocs/5.3.6/answer/portable/helloEarthSample.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1>Hello Earth! code sample<a class="headerlink" href="#hello-earth-code-sample
<span class="nx">$</span><span class="p">.</span><span class="nx">ajax</span><span class="p">({</span>
<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>
<span class="nx">statusCode</span><span class="o">:</span> <span class="p">{</span>
<span class="mi">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="mf">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<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>
<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>
<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>
Expand Down
6 changes: 3 additions & 3 deletions docs/geedocs/5.3.6/answer/portable/helloMapsSample.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h1>Hello Maps! code sample<a class="headerlink" href="#hello-maps-code-sample"
<span class="nx">$</span><span class="p">.</span><span class="nx">ajax</span><span class="p">({</span>
<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>
<span class="nx">statusCode</span><span class="o">:</span> <span class="p">{</span>
<span class="mi">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<span class="mf">500</span><span class="o">:</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span>
<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>
<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>
<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>
Expand All @@ -121,8 +121,8 @@ <h1>Hello Maps! code sample<a class="headerlink" href="#hello-maps-code-sample"
<span class="kd">var</span> <span class="nx">mapOpts</span> <span class="o">=</span> <span class="p">{</span>

<span class="c1">// Sets the default Zoom, Center, and other settings for the map&#39;s initial display.</span>
<span class="nx">zoom</span><span class="o">:</span> <span class="mi">2</span><span class="p">,</span>
<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>
<span class="nx">zoom</span><span class="o">:</span> <span class="mf">2</span><span class="p">,</span>
<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>
<span class="nx">navigationControl</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span>
<span class="nx">mapTypeControl</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span>
<span class="nx">streetViewControl</span><span class="o">:</span> <span class="kc">false</span><span class="p">,</span>
Expand Down
57 changes: 24 additions & 33 deletions docs/geedocs/5.3.6/answer/releaseNotes/relNotesGEE5_3_6.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,11 @@ <h3>Quick search</h3>
<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>
<div class="docutils container">
<div class="content docutils container">
<p>Open GEE 5.3.6 is currently in development</p>
<p class="rubric">New Features</p>
<p><strong>New feature here</strong>.
New feature description goes here.</p>
<p>In 5.3.5, we moved documentation, examples, and tutorials into a
separate RPM called opengee-extra. This mainly includes the
documentation, ExampleSearch, and Fusion Tutorial files. You
can choose whether to install opengee-extra depending on if you
need those items.</p>
<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>
and <code class="docutils literal notranslate"><span class="pre">geupgradeassetroot</span></code> that removes world-writable permissions from
special files. This helps Open GEE perform properly in strict security
environments. <code class="docutils literal notranslate"><span class="pre">--secure</span></code> is disabled by default.</p>
<p class="rubric">Supported Platforms</p>
<p>The Open GEE 5.3.6 release is supported on 64-bit versions of the
following operating systems:</p>
Expand All @@ -100,43 +96,38 @@ <h1>Release notes: Open GEE 5.3.6<a class="headerlink" href="#release-notes-open
<p class="rubric">Resolved Issues</p>
<table border="1" class="colwidths-given docutils">
<colgroup>
<col width="11%" />
<col width="32%" />
<col width="58%" />
<col width="35%" />
<col width="65%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Number</th>
<th class="head">Description</th>
<th class="head">Resolution</th>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>9999</td>
<td>Add description</td>
<td>Add resolution</td>
<tr class="row-even"><td>1851</td>
<td>Open GEE does not function properly on systems with a restrictive umask</td>
</tr>
</tbody>
</table>
<p class="rubric">Known Issues</p>
<table border="1" class="colwidths-given docutils">
<colgroup>
<col width="11%" />
<col width="32%" />
<col width="58%" />
</colgroup>
<thead valign="bottom">
<tr class="row-odd"><th class="head">Number</th>
<th class="head">Description</th>
<th class="head">Resolution</th>
<tr class="row-odd"><td>1806</td>
<td>Confusing “geserver.service changed on disk” message after uninstalling Fusion or Server</td>
</tr>
</thead>
<tbody valign="top">
<tr class="row-even"><td>9999</td>
<td>Add description</td>
<td>Add resolution</td>
<tr class="row-even"><td>1800</td>
<td>Upgrade from 5.3.4 to 5.3.5 leaves a non-working ExampleSearch</td>
</tr>
<tr class="row-odd"><td>1785</td>
<td>Imagery Projects - Transparent areas appear as black</td>
</tr>
<tr class="row-even"><td>1761</td>
<td>Tab Order wrong for Fusion Add Vector Resource and Add Terrain Resource</td>
</tr>
<tr class="row-odd"><td>1741</td>
<td>Invalid git version in CentOS/RHEL install instructions</td>
</tr>
</tbody>
</table>
<p class="rubric">Known Issues</p>
<p>See the <a class="reference external" href="https://github.com/google/earthenterprise/issues">GitHub issues page</a>
for a list of known issues.</p>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@ Release notes: Open GEE 5.3.6

.. container:: content

Open GEE 5.3.6 is currently in development

.. rubric:: New Features

**New feature here**.
New feature description goes here.

In 5.3.5, we moved documentation, examples, and tutorials into a
separate RPM called opengee-extra. This mainly includes the
documentation, ExampleSearch, and Fusion Tutorial files. You
can choose whether to install opengee-extra depending on if you
need those items.
In 5.3.6, a ``--secure`` option was added for ``geconfigureassetroot``
and ``geupgradeassetroot`` that removes world-writable permissions from
special files. This helps Open GEE perform properly in strict security
environments. ``--secure`` is disabled by default.

.. rubric:: Supported Platforms

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

.. list-table::
:widths: 10 30 55
:widths: 35 65
:header-rows: 1

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

.. rubric:: Known Issues

.. list-table::
:widths: 10 30 55
:header-rows: 1

* - Number
- Description
- Resolution
* - 9999
- Add description
- Add resolution
See the `GitHub issues page <https://github.com/google/earthenterprise/issues>`_
for a list of known issues.

.. |Google logo| image:: ../../art/common/googlelogo_color_260x88dp.png
:width: 130px
Expand Down
2 changes: 1 addition & 1 deletion docs/geedocs/5.3.6/searchindex.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@

Release notes: Open GEE 5.3.6

Open GEE 5.3.6 is currently in development

-[ New Features ]-

New feature here

. New feature description goes here.

In 5.3.5, we moved documentation, examples, and tutorials into a
separate RPM called opengee-extra. This mainly includes the
documentation, ExampleSearch, and Fusion Tutorial files. You can
choose whether to install opengee-extra depending on if you need those
items.
In 5.3.6, a "--secure" option was added for "geconfigureassetroot" and
"geupgradeassetroot" that removes world-writable permissions from
special files. This helps Open GEE perform properly in strict security
environments. "--secure" is disabled by default.

-[ Supported Platforms ]-

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

-[ Resolved Issues ]-

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

-[ Known Issues ]-

Number Description Resolution 9999 Add description Add
resolution
See the

GitHub issues page

for a list of known issues.
7 changes: 6 additions & 1 deletion docs/geedocs/5.3.6/static/pygments.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight { background: #eeffcc; }
.highlight { background: #eeffcc; }
.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
Expand Down
44 changes: 19 additions & 25 deletions docs/geedocs/docsrc/answer/releaseNotes/relNotesGEE5_3_6.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@ Release notes: Open GEE 5.3.6

.. container:: content

Open GEE 5.3.6 is currently in development

.. rubric:: New Features

**New feature here**.
New feature description goes here.

In 5.3.5, we moved documentation, examples, and tutorials into a
separate RPM called opengee-extra. This mainly includes the
documentation, ExampleSearch, and Fusion Tutorial files. You
can choose whether to install opengee-extra depending on if you
need those items.
In 5.3.6, a ``--secure`` option was added for ``geconfigureassetroot``
and ``geupgradeassetroot`` that removes world-writable permissions from
special files. This helps Open GEE perform properly in strict security
environments. ``--secure`` is disabled by default.

.. rubric:: Supported Platforms

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

.. list-table::
:widths: 10 30 55
:widths: 35 65
:header-rows: 1

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

.. rubric:: Known Issues

.. list-table::
:widths: 10 30 55
:header-rows: 1

* - Number
- Description
- Resolution
* - 9999
- Add description
- Add resolution
See the `GitHub issues page <https://github.com/google/earthenterprise/issues>`_
for a list of known issues.

.. |Google logo| image:: ../../art/common/googlelogo_color_260x88dp.png
:width: 130px
Expand Down

0 comments on commit 4a42b1c

Please sign in to comment.