This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 1fc286a Regenerate web site with warning about known bug. 1fc286a is described below commit 1fc286ac96840195ed8792c54737f11e8a82b5dc Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Tue Oct 12 13:07:55 2021 +0200 Regenerate web site with warning about known bug. --- command-line.html | 16 ++++++++++++++++ en/sitemap.xml | 4 ++-- javafx.html | 22 +++++++++++++++++++--- 3 files changed, 37 insertions(+), 5 deletions(-) diff --git a/command-line.html b/command-line.html index ff4b941..687221a 100644 --- a/command-line.html +++ b/command-line.html @@ -231,6 +231,22 @@ For example the following command prints the definition of the <em>“JGD201 This automatic download happen only when using the command-line tools described in this page or the <a href="javafx.html">JavaFX</a> application. Developers who wish to use the EPSG dataset in their applications can use the Maven artifact documented in <a href="downloads.html#epsg">download</a> page.</p> +<div class="warning"> +<h3>Known bug</h3> +<p>Automatic download of EPSG data described in above paragraph does not work, +because Maven central does not accept anymore <code>"http:"</code> URLs +(they have to be changed to <code>"https:"</code>). +This problem will be fixed in Apache <abbr title="Spatial Information System">SIS</abbr> 1.2. +In the meantime, the following commands can be executed in a Unix shell as a workaround +if you accept the <a href="https://epsg.org/terms-of-use.html">EPSG terms of use</a>.</p> +<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> apache-sis-1.1/data +rm -rf Databases +wget https://repo1.maven.org/maven2/org/apache/sis/non-free/sis-embedded-data/1.1/sis-embedded-data-1.1.jar +unzip sis-embedded-data-1.1.jar SIS_DATA/Databases/* +mv SIS_DATA/Databases . +rmdir SIS_DATA +<span class="nb">cd</span> ..</code></pre></div> +</div> <p>The above output is compatible with version 2 of <em>Well Known Text</em> (WKT) format. The output format can be controlled as below:</p> <ul> diff --git a/en/sitemap.xml b/en/sitemap.xml index 7161489..bc8964f 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -24,7 +24,7 @@ <url> <loc>https://sis.apache.org/command-line.html</loc> - <lastmod>2021-10-06T17:58:26+02:00</lastmod> + <lastmod>2021-10-12T12:27:30+02:00</lastmod> </url> <url> @@ -49,7 +49,7 @@ <url> <loc>https://sis.apache.org/javafx.html</loc> - <lastmod>2021-10-11T17:31:51+02:00</lastmod> + <lastmod>2021-10-12T12:27:30+02:00</lastmod> </url> <url> diff --git a/javafx.html b/javafx.html index fa2d77e..c7390a0 100644 --- a/javafx.html +++ b/javafx.html @@ -107,12 +107,28 @@ all services that we can expect from a Geographic Information System (GIS). Furthermore this application covers a very small subset of Apache <abbr title="Spatial Information System">SIS</abbr> capabilities. But it can give an idea of what is available there. For launching the application, <a href="downloads.html">download</a> binaries, unzip then execute (on Unix system):</p> -<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">bash -x apache-sis-1.1/bin/sisfx</code></pre></div> +<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash">bash apache-sis-1.1/bin/sisfx</code></pre></div> <p>On first execution, the application will ask user to download the <a href="https://openjfx.io/">JavaFX framework</a> (if not already done). That framework is not included in the Apache <abbr title="Spatial Information System">SIS</abbr> binaries for licensing reasons (it is under GPL license). Later on, the application will offer to download the <a href="epsg.html">EPSG geodetic dataset</a> when first needed. -That dataset is not included neither again for licensing reasons. -After those two steps are completed, user can see an application like below:</p> +That dataset is not included neither again for licensing reasons.</p> +<div class="warning"> +<h3>Known bug</h3> +<p>Automatic download of EPSG data described in above paragraph does not work, +because Maven central does not accept anymore <code>"http:"</code> URLs +(they have to be changed to <code>"https:"</code>). +This problem will be fixed in Apache <abbr title="Spatial Information System">SIS</abbr> 1.2. +In the meantime, the following commands can be executed in a Unix shell as a workaround +if you accept the <a href="https://epsg.org/terms-of-use.html">EPSG terms of use</a>.</p> +<div class="highlight"><pre class="chroma"><code class="language-bash" data-lang="bash"><span class="nb">cd</span> apache-sis-1.1/data +rm -rf Databases +wget https://repo1.maven.org/maven2/org/apache/sis/non-free/sis-embedded-data/1.1/sis-embedded-data-1.1.jar +unzip sis-embedded-data-1.1.jar SIS_DATA/Databases/* +mv SIS_DATA/Databases . +rmdir SIS_DATA +<span class="nb">cd</span> ..</code></pre></div> +</div> +<p>After those two steps are completed, user can see an application like below:</p> <div id="carousel" class="carousel slide" data-bs-ride="carousel"> <div class="carousel-inner" style="width:983.25px; height:650px"> <div class="carousel-item active">