From 8edfbb4882bbc36a055bb7abdd02226a9487885f Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 29 Apr 2025 10:34:04 -0600 Subject: [PATCH 1/4] fixing sphinx errors and adding cmake policies --- CMakeLists.txt | 14 ++++- doc/overview/deegree_overview.rst | 7 ++- doc/quickstart/deegree_quickstart.rst | 84 +++++++++++++++---------- doc/quickstart/geoserver_quickstart.rst | 4 +- 4 files changed, 70 insertions(+), 39 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 12a8179b27..2ea4f4a347 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,22 @@ -cmake_minimum_required(VERSION 3.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.5 FATAL_ERROR) if ( ${CMAKE_SOURCE_DIR} STREQUAL ${CMAKE_BINARY_DIR} ) message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build directory) and run CMake from there. You may need to remove CMakeCache.txt." ) endif() +if(POLICY CMP0144) + cmake_policy(SET CMP0144 OLD) +endif() + +if(POLICY CMP0167) + cmake_policy(SET CMP0167 OLD) +endif() + +if(POLICY CMP0148) + cmake_policy(SET CMP0148 OLD) +endif() + #--------------------------------------------- #--------------------------------------------- #--------------------------------------------- diff --git a/doc/overview/deegree_overview.rst b/doc/overview/deegree_overview.rst index 57b97253e5..22fb26d134 100644 --- a/doc/overview/deegree_overview.rst +++ b/doc/overview/deegree_overview.rst @@ -130,6 +130,7 @@ Details @QUICKSTART_deegree@ .. presentation-note -deegree is another robust application which has claimed the title of supporting the most comprehensive set of OGC -Web Services in free and open source software, ranging from a transactional Web Feature Service to executing -geospatial processes with a Web Processing Service and many more! + deegree is another robust application which has claimed the title of + supporting the most comprehensive set of OGC Web Services in free and open + source software, ranging from a transactional Web Feature Service to + executing geospatial processes with a Web Processing Service and many more! diff --git a/doc/quickstart/deegree_quickstart.rst b/doc/quickstart/deegree_quickstart.rst index f1e651332d..65a8d7c860 100644 --- a/doc/quickstart/deegree_quickstart.rst +++ b/doc/quickstart/deegree_quickstart.rst @@ -17,81 +17,101 @@ ******************************************************************************** *deegree* is open source software for spatial data infrastructures and the -geospatial web. *deegree* is a Java application for serving maps (and vector data) for other clients to visualize. +geospatial web. *deegree* is a Java application for serving maps (and vector +data) for other clients to visualize. Available components are: - * Web services: WFS, WMS, WMTS, CSW, WPS +* Web services: WFS, WMS, WMTS, CSW, WPS -*deegree 3.6.0-pre2* is the newest pre-release version of the deegree Java framework for GIS applications and OGC-service implementations. -It can be used to build web-based geospatial-data-infrastructures (GDI). +*deegree 3.6.0-pre2* is the newest pre-release version of the deegree Java +framework for GIS applications and OGC-service implementations. It can be used +to build web-based geospatial-data-infrastructures (GDI). .. contents:: **Contents** :local: Start deegree webservices -=========================== +=============================================================================== Choose |menu_deegree-Start|. The application will take a few moments to start up. -Firefox opens the *deegree webservices administration console*. Alternatively, you can also open this manually by pointing your browser to http://localhost:8080/deegree. -The administration console is a simple web-based GUI for editing the configuration files of the activated *deegree workspace*. +Firefox opens the *deegree webservices administration console*. Alternatively, +you can also open this manually by pointing your browser to +http://localhost:8080/deegree. +The administration console is a simple web-based GUI for editing the +configuration files of the activated *deegree workspace*. Load a workspace -================ +=============================================================================== -*deegree* uses configurations conformant to all *deegree* based webservices. Those configurations are stored in the workspace. +*deegree* uses configurations conformant to all *deegree* based webservices. +Those configurations are stored in the workspace. -#. To manage the included and ready-to-use workspaces, click *'workspaces'* on the left side. You are now in the workspace management of the running *deegree* instance. - You can see which workspace is currently active (only one can be active at a time) workspace, inactive locally available workspaces and official workspaces which can be imported if you have a internet connection. +#. To manage the included and ready-to-use workspaces, click *'workspaces'* on + the left side. You are now in the workspace management of the running + *deegree* instance. + You can see which workspace is currently active (only one can be active at a + time) workspace, inactive locally available workspaces and official + workspaces which can be imported if you have a internet connection. #. Press start on the *deegree-workspace-utah-light* workspace. - * The demo workspace contains a web mapping setup based on data from the state of Utah. It contains a WMS configuration (1.3.0 and 1.1.1) consisting of vector layers and a variety of render styles. Additionally, a WFS (2.0.0, 1.1.0 and 1.0.0) is configured that allows to access the raw vector data, backed by shapefiles, in GML format. + * The demo workspace contains a web mapping setup based on data from the state + of Utah. It contains a WMS configuration (1.3.0 and 1.1.1) consisting of + vector layers and a variety of render styles. Additionally, a WFS (2.0.0, + 1.1.0 and 1.0.0) is configured that allows to access the raw vector data, + backed by shapefiles, in GML format. .. image:: /images/projects/deegree/deegree_workspace.png :scale: 70 % :alt: deegree workspaces management **Tip:** -For additional configuration examples including raster data, you can import the workspace *deegree-workspace-utah* through the workspace management (internet connection is required). +For additional configuration examples including raster data, you can import the +workspace *deegree-workspace-utah* through the workspace management (internet +connection is required). Visualize the data -========== +================================================================================ -#. Click on *'web services'* to display all the preconfigured web services (WFS and WMS). +#. Click on *'web services'* to display all the preconfigured web services (WFS + and WMS). - .. image:: /images/projects/deegree/deegree_webservices.png + .. image:: /images/projects/deegree/deegree_webservices.png :scale: 70 % :alt: deegree web services -#. Click on the *'Capabilities'* button of the preconfigured WMS. The GetCapabilities document of the WMS will open in a new tab. +#. Click on the *'Capabilities'* button of the preconfigured WMS. The + GetCapabilities document of the WMS will open in a new tab. - .. image:: /images/projects/deegree/deegree_capabilities.png + .. image:: /images/projects/deegree/deegree_capabilities.png :scale: 70 % :alt: deegree WMS capabilities -#. Use the GetCapabilities request URL to add the WMS to for example :doc:`QGIS `. Once added, you can choose of a variety of layers served by the deegree WMS here. +#. Use the GetCapabilities request URL to add the WMS to for example :doc:`QGIS + <../overview/qgis_overview>`. Once added, you can choose of a variety of layers served by + the deegree WMS here. - .. image:: /images/projects/deegree/deegree_wms_qgis.png + .. image:: /images/projects/deegree/deegree_wms_qgis.png :scale: 70 % :alt: deegree WMS in QGIS What next? -========== +=============================================================================== This was a brief introduction to deegree's core features. -Further information and comprehensive documentation of all functionalities are available on the deegree website. +Further information and comprehensive documentation of all functionalities are +available on the deegree website. - * deegree website - Available here: https://www.deegree.org +* deegree website - Available here: https://www.deegree.org +* deegree documentation - Available here: https://www.deegree.org/documentation +* deegree workshop (INSPIRE) - Available here: + https://github.com/lat-lon/deegree-workshop +* deegree Soildata Assimilation Guidance + https://ejpsoil.github.io/soildata-assimilation-guidance/cookbook/deegree.html +* deegree docker images - Available here: - * deegree documentation - Available here: https://www.deegree.org/documentation + * deegree webservices - https://hub.docker.com/r/deegree/deegree3-docker + * deegree OGC API - https://hub.docker.com/r/deegree/deegree-ogcapi - * deegree workshop (INSPIRE) - Available here: https://github.com/lat-lon/deegree-workshop - - * deegree Soildata Assimilation Guidance https://ejpsoil.github.io/soildata-assimilation-guidance/cookbook/deegree.html - - * deegree docker images - Available here: - * deegree webservices - https://hub.docker.com/r/deegree/deegree3-docker - * deegree OGC API - https://hub.docker.com/r/deegree/deegree-ogcapi - \ No newline at end of file diff --git a/doc/quickstart/geoserver_quickstart.rst b/doc/quickstart/geoserver_quickstart.rst index c620fcc7fa..ef21cc73f1 100644 --- a/doc/quickstart/geoserver_quickstart.rst +++ b/doc/quickstart/geoserver_quickstart.rst @@ -151,9 +151,7 @@ apply various symbolizers to the data. To get started, lets style the Land and Ocean datasets. You can create SLD files using a simple text editor, but sometimes a graphical -editor is better. There are several options here but |UG| allows you to open the -shapefiles directly and apply simple styles using a GUI. It also provides a -simple editor to modify the XML if I need to. +editor is better. Create simple styles ---------------------------------- From 4c82ee9c9c3e70fb8aa841abd649187f4a21b1c1 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 29 Apr 2025 11:47:14 -0600 Subject: [PATCH 2/4] (CI) using python 3.12 --- .github/workflows/deploy-pages.yml | 2 +- .github/workflows/linkcheck.yml | 2 +- .github/workflows/locale-update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 3f92968dbe..7daab8cbd0 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.12' - name: Install dependencies run: | diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index f8bc1e277d..fd4afee499 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -59,7 +59,7 @@ jobs: if: env.PROCESS == 'true' || env.CHK_LINK == 'true' uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.12' - name: Install dependencies diff --git a/.github/workflows/locale-update.yml b/.github/workflows/locale-update.yml index 9863d19a88..a8eaca27da 100644 --- a/.github/workflows/locale-update.yml +++ b/.github/workflows/locale-update.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: '3.x' + python-version: '3.12' - name: Install dependencies run: | From d8d0227d610231101b34838a30766ea56cf0e7f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 17:48:43 +0000 Subject: [PATCH 3/4] Locale update: for commit 4c82ee9 --- .../LC_MESSAGES/overview/deegree_overview.po | 17 +--- .../quickstart/deegree_quickstart.po | 66 ++++++------- .../quickstart/geoserver_quickstart.po | 92 +++++++++---------- locale/pot/overview/deegree_overview.pot | 10 +- locale/pot/quickstart/deegree_quickstart.pot | 62 ++++++------- .../pot/quickstart/geoserver_quickstart.pot | 88 +++++++++--------- 6 files changed, 160 insertions(+), 175 deletions(-) diff --git a/locale/en/LC_MESSAGES/overview/deegree_overview.po b/locale/en/LC_MESSAGES/overview/deegree_overview.po index c3738686de..51b6cfbe2e 100644 --- a/locale/en/LC_MESSAGES/overview/deegree_overview.po +++ b/locale/en/LC_MESSAGES/overview/deegree_overview.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-18 16:56+0000\n" +"POT-Creation-Date: 2025-04-29 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,7 +17,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.16.0\n" +"Generated-By: Babel 2.17.0\n" #: ../../build/doc/overview/deegree_overview.rst:21 msgid "deegree" @@ -370,20 +370,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/deegree_quickstart>`" msgstr "" -#: ../../build/doc/overview/deegree_overview.rst:148 -msgid "" -"deegree is another robust application which has claimed the title of " -"supporting the most comprehensive set of OGC Web Services in free and " -"open source software, ranging from a transactional Web Feature Service to" -" executing geospatial processes with a Web Processing Service and many " -"more!" -msgstr "" - -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/quickstart/deegree_quickstart.po b/locale/en/LC_MESSAGES/quickstart/deegree_quickstart.po index 728d020fed..dc662f4e3f 100644 --- a/locale/en/LC_MESSAGES/quickstart/deegree_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/deegree_quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-18 16:45+0000\n" +"POT-Creation-Date: 2025-04-29 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,7 +17,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.16.0\n" +"Generated-By: Babel 2.17.0\n" #: ../../build/doc/quickstart/deegree_quickstart.rst:23 msgid "deegree Quickstart" @@ -30,36 +30,36 @@ msgid "" " vector data) for other clients to visualize." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:28 +#: ../../build/doc/quickstart/deegree_quickstart.rst:29 msgid "Available components are:" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:30 +#: ../../build/doc/quickstart/deegree_quickstart.rst:31 msgid "Web services: WFS, WMS, WMTS, CSW, WPS" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:32 +#: ../../build/doc/quickstart/deegree_quickstart.rst:33 msgid "" "*deegree 3.6.0-pre2* is the newest pre-release version of the deegree " -"Java framework for GIS applications and OGC-service implementations. It " +"Java framework for GIS applications and OGC-service implementations. It " "can be used to build web-based geospatial-data-infrastructures (GDI)." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:36 +#: ../../build/doc/quickstart/deegree_quickstart.rst:38 msgid "**Contents**" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:39 +#: ../../build/doc/quickstart/deegree_quickstart.rst:41 msgid "Start deegree webservices" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:41 +#: ../../build/doc/quickstart/deegree_quickstart.rst:43 msgid "" "Choose |menu_deegree-Start|. The application will take a few moments to " "start up." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:44 +#: ../../build/doc/quickstart/deegree_quickstart.rst:46 msgid "" "Firefox opens the *deegree webservices administration console*. " "Alternatively, you can also open this manually by pointing your browser " @@ -68,17 +68,17 @@ msgid "" "*deegree workspace*." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:48 +#: ../../build/doc/quickstart/deegree_quickstart.rst:53 msgid "Load a workspace" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:50 +#: ../../build/doc/quickstart/deegree_quickstart.rst:55 msgid "" "*deegree* uses configurations conformant to all *deegree* based " "webservices. Those configurations are stored in the workspace." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:52 +#: ../../build/doc/quickstart/deegree_quickstart.rst:58 msgid "" "To manage the included and ready-to-use workspaces, click *'workspaces'* " "on the left side. You are now in the workspace management of the running " @@ -88,11 +88,11 @@ msgid "" "internet connection." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:54 +#: ../../build/doc/quickstart/deegree_quickstart.rst:64 msgid "Press start on the *deegree-workspace-utah-light* workspace." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:56 +#: ../../build/doc/quickstart/deegree_quickstart.rst:66 msgid "" "The demo workspace contains a web mapping setup based on data from the " "state of Utah. It contains a WMS configuration (1.3.0 and 1.1.1) " @@ -105,18 +105,18 @@ msgstr "" msgid "deegree workspaces management" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:62 +#: ../../build/doc/quickstart/deegree_quickstart.rst:76 msgid "" "**Tip:** For additional configuration examples including raster data, you" " can import the workspace *deegree-workspace-utah* through the workspace " "management (internet connection is required)." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:66 +#: ../../build/doc/quickstart/deegree_quickstart.rst:82 msgid "Visualize the data" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:68 +#: ../../build/doc/quickstart/deegree_quickstart.rst:84 msgid "" "Click on *'web services'* to display all the preconfigured web services " "(WFS and WMS)." @@ -126,7 +126,7 @@ msgstr "" msgid "deegree web services" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:74 +#: ../../build/doc/quickstart/deegree_quickstart.rst:91 msgid "" "Click on the *'Capabilities'* button of the preconfigured WMS. The " "GetCapabilities document of the WMS will open in a new tab." @@ -136,67 +136,67 @@ msgstr "" msgid "deegree WMS capabilities" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:80 +#: ../../build/doc/quickstart/deegree_quickstart.rst:98 msgid "" "Use the GetCapabilities request URL to add the WMS to for example " -":doc:`QGIS `. Once added, you can choose of a variety of " -"layers served by the deegree WMS here." +":doc:`QGIS <../overview/qgis_overview>`. Once added, you can choose of a " +"variety of layers served by the deegree WMS here." msgstr "" #: ../../build/doc/quickstart/deegree_quickstart.rst msgid "deegree WMS in QGIS" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:87 +#: ../../build/doc/quickstart/deegree_quickstart.rst:107 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:89 +#: ../../build/doc/quickstart/deegree_quickstart.rst:109 msgid "" "This was a brief introduction to deegree's core features. Further " "information and comprehensive documentation of all functionalities are " "available on the deegree website." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:92 +#: ../../build/doc/quickstart/deegree_quickstart.rst:113 msgid "deegree website - Available here: https://www.deegree.org" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:94 +#: ../../build/doc/quickstart/deegree_quickstart.rst:114 msgid "" "deegree documentation - Available here: " "https://www.deegree.org/documentation" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:96 +#: ../../build/doc/quickstart/deegree_quickstart.rst:115 msgid "" "deegree workshop (INSPIRE) - Available here: https://github.com/lat-lon" "/deegree-workshop" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:98 +#: ../../build/doc/quickstart/deegree_quickstart.rst:117 msgid "" "deegree Soildata Assimilation Guidance https://ejpsoil.github.io" "/soildata-assimilation-guidance/cookbook/deegree.html" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:104 +#: ../../build/doc/quickstart/deegree_quickstart.rst:119 msgid "deegree docker images - Available here:" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:101 +#: ../../build/doc/quickstart/deegree_quickstart.rst:121 msgid "deegree webservices - https://hub.docker.com/r/deegree/deegree3-docker" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:102 +#: ../../build/doc/quickstart/deegree_quickstart.rst:122 msgid "deegree OGC API - https://hub.docker.com/r/deegree/deegree-ogcapi" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po b/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po index 724f68063e..69478d1c72 100644 --- a/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po +++ b/locale/en/LC_MESSAGES/quickstart/geoserver_quickstart.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-18 18:19+0000\n" +"POT-Creation-Date: 2025-04-29 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language: en\n" @@ -17,7 +17,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.16.0\n" +"Generated-By: Babel 2.17.0\n" #: ../../build/doc/quickstart/geoserver_quickstart.rst:27 msgid "GeoServer Quickstart" @@ -241,162 +241,160 @@ msgstr "" msgid "" "To get started, lets style the Land and Ocean datasets. You can create " "SLD files using a simple text editor, but sometimes a graphical editor is" -" better. There are several options here but |UG| allows you to open the " -"shapefiles directly and apply simple styles using a GUI. It also provides" -" a simple editor to modify the XML if I need to." +" better." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:165 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:163 msgid "Create simple styles" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:167 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:165 msgid "Please follow this instructions." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:169 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:167 msgid "https://docs.geoserver.org/latest/en/user/styling/qgis/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:170 msgid "Adding the style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 msgid "Now we need to transfer these styles to |GS|." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:176 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 msgid "" "On the style window there is an export button which allows you to save " "the SLD file that defines your style." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:178 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:176 msgid "" "Once saved, you can go to the |GS| admin page again and select ``Styles``" " (at the bottom of the ``Data`` section)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:180 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:178 msgid "" "Select the ``Add New Style`` link. At the bottom of that page is a file " "upload box and a browse button." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:182 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:180 msgid "Clicking browse to find the files you just saved." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:183 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:181 msgid "" "Click the upload link (next to the browse button) and a copy of the file " "appears in the editor." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:185 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:183 msgid "" "If you click on the validate button the highlighted lines will give you " "an error but you can safely ignore the error (or delete those lines as " "they don't do anything)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:188 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:186 msgid "Press the :guilabel:`Submit` at the bottom of the page." msgstr "" msgid "Adding a Style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:197 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:195 msgid "Adding the style to the layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:199 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:197 msgid "" "Click on the :guilabel:`Layers` link in the Menu on the left of the |GS| " "window." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:201 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:199 msgid "" "Click on the layer (e.g. *ne_10m_land*), then select the " ":guilabel:`Publishing` tab." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:203 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:201 msgid "" "Change the :guilabel:`Default Style` box to the name of the style you " "uploaded in the previous section." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:205 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:203 msgid "" "Now click :guilabel:`Save` and go to the Layer Preview page to check that" " it looks good." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:209 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:207 msgid "" "There are example style files for all of the example Natural Earth layers" " in :file:`/usr/local/share/geoserver`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:234 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:232 msgid "Clients for WMS layers" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:236 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:234 msgid "" "The |WMS| layers you are serving from |GS| can be used with a variety of " "clients on this OSGeoLive distribution, including:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:239 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:237 msgid ":doc:`OpenLayers <../overview/openlayers_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:240 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:238 msgid ":doc:`MapBender <../overview/mapbender_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:241 msgid "Add a layer from a NetCDF file" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:245 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 msgid "" "The GeoServer NetCDF plugin allows the publication of rasters from NetCDF" " files." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:248 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:246 msgid "Configure a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:250 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:248 msgid "After running \"Start GeoServer\"" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:251 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:249 msgid "Login as the administrator." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:252 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:250 msgid "Click on :guilabel:`Add stores` then :guilabel:`NetCDF`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:253 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:251 msgid "" "Enter a value for Data Source Name (this example uses \"netcdf\") and a " "NetCDF URL. You can use this sample file::" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:258 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:256 msgid "Press \"Save\", \"Publish\" the \"O3\" layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:259 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:257 msgid "Scroll down to the bottom of the \"Data\" tab and press \"Save\" again." msgstr "" @@ -404,21 +402,21 @@ msgstr "" msgid "Adding a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:267 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:265 msgid "Preview the NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:269 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:267 msgid "Select \"Layer Preview\" from the menu on the left" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:270 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:268 msgid "" "Scroll down to find the \"cite:O3\" entry, and click on the " "\"OpenLayers\" link to show a preview of the layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:272 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:270 msgid "" "Clicking on points will cause the value of \"Ozone_concentration\" to be " "shown in a table at the bottom of the map." @@ -428,38 +426,38 @@ msgstr "" msgid "OpenLayers preview of a NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:281 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:279 msgid "" "This GeoServer instance has been configured with the ``NETCDF_DATA_DIR`` " "Java system property to allow the publication of NetCDF files in read-" "only directories." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:286 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:284 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:288 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:286 msgid "" "This is only the first step on the road to using GeoServer. There is a " "lot more functionality you can try." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:289 msgid "GeoServer Project home - https://geoserver.org/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:292 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:290 msgid "GeoServer User Manual - https://docs.geoserver.org/latest/en/user/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:293 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 msgid "" "GeoServer Tutorials - " "https://docs.geoserver.org/latest/en/user/tutorials/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:294 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:292 msgid "" "GeoServer Styling Workshop - " "https://docs.geoserver.org/latest/en/user/styling/workshop/index.html" diff --git a/locale/pot/overview/deegree_overview.pot b/locale/pot/overview/deegree_overview.pot index 31e057e737..26161dd186 100644 --- a/locale/pot/overview/deegree_overview.pot +++ b/locale/pot/overview/deegree_overview.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-18 16:56+0000\n" +"POT-Creation-Date: 2025-04-29 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -337,15 +337,11 @@ msgstr "" msgid ":doc:`Quickstart documentation <../quickstart/deegree_quickstart>`" msgstr "" -#: ../../build/doc/overview/deegree_overview.rst:148 -msgid "deegree is another robust application which has claimed the title of supporting the most comprehensive set of OGC Web Services in free and open source software, ranging from a transactional Web Feature Service to executing geospatial processes with a Web Processing Service and many more!" -msgstr "" - -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/pot/quickstart/deegree_quickstart.pot b/locale/pot/quickstart/deegree_quickstart.pot index 7c73c2a39f..472725f838 100644 --- a/locale/pot/quickstart/deegree_quickstart.pot +++ b/locale/pot/quickstart/deegree_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-18 16:45+0000\n" +"POT-Creation-Date: 2025-04-29 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -24,51 +24,51 @@ msgstr "" msgid "*deegree* is open source software for spatial data infrastructures and the geospatial web. *deegree* is a Java application for serving maps (and vector data) for other clients to visualize." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:28 +#: ../../build/doc/quickstart/deegree_quickstart.rst:29 msgid "Available components are:" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:30 +#: ../../build/doc/quickstart/deegree_quickstart.rst:31 msgid "Web services: WFS, WMS, WMTS, CSW, WPS" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:32 -msgid "*deegree 3.6.0-pre2* is the newest pre-release version of the deegree Java framework for GIS applications and OGC-service implementations. It can be used to build web-based geospatial-data-infrastructures (GDI)." +#: ../../build/doc/quickstart/deegree_quickstart.rst:33 +msgid "*deegree 3.6.0-pre2* is the newest pre-release version of the deegree Java framework for GIS applications and OGC-service implementations. It can be used to build web-based geospatial-data-infrastructures (GDI)." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:36 +#: ../../build/doc/quickstart/deegree_quickstart.rst:38 msgid "**Contents**" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:39 +#: ../../build/doc/quickstart/deegree_quickstart.rst:41 msgid "Start deegree webservices" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:41 +#: ../../build/doc/quickstart/deegree_quickstart.rst:43 msgid "Choose |menu_deegree-Start|. The application will take a few moments to start up." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:44 +#: ../../build/doc/quickstart/deegree_quickstart.rst:46 msgid "Firefox opens the *deegree webservices administration console*. Alternatively, you can also open this manually by pointing your browser to http://localhost:8080/deegree. The administration console is a simple web-based GUI for editing the configuration files of the activated *deegree workspace*." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:48 +#: ../../build/doc/quickstart/deegree_quickstart.rst:53 msgid "Load a workspace" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:50 +#: ../../build/doc/quickstart/deegree_quickstart.rst:55 msgid "*deegree* uses configurations conformant to all *deegree* based webservices. Those configurations are stored in the workspace." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:52 +#: ../../build/doc/quickstart/deegree_quickstart.rst:58 msgid "To manage the included and ready-to-use workspaces, click *'workspaces'* on the left side. You are now in the workspace management of the running *deegree* instance. You can see which workspace is currently active (only one can be active at a time) workspace, inactive locally available workspaces and official workspaces which can be imported if you have a internet connection." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:54 +#: ../../build/doc/quickstart/deegree_quickstart.rst:64 msgid "Press start on the *deegree-workspace-utah-light* workspace." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:56 +#: ../../build/doc/quickstart/deegree_quickstart.rst:66 msgid "The demo workspace contains a web mapping setup based on data from the state of Utah. It contains a WMS configuration (1.3.0 and 1.1.1) consisting of vector layers and a variety of render styles. Additionally, a WFS (2.0.0, 1.1.0 and 1.0.0) is configured that allows to access the raw vector data, backed by shapefiles, in GML format." msgstr "" @@ -76,15 +76,15 @@ msgstr "" msgid "deegree workspaces management" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:62 +#: ../../build/doc/quickstart/deegree_quickstart.rst:76 msgid "**Tip:** For additional configuration examples including raster data, you can import the workspace *deegree-workspace-utah* through the workspace management (internet connection is required)." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:66 +#: ../../build/doc/quickstart/deegree_quickstart.rst:82 msgid "Visualize the data" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:68 +#: ../../build/doc/quickstart/deegree_quickstart.rst:84 msgid "Click on *'web services'* to display all the preconfigured web services (WFS and WMS)." msgstr "" @@ -92,7 +92,7 @@ msgstr "" msgid "deegree web services" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:74 +#: ../../build/doc/quickstart/deegree_quickstart.rst:91 msgid "Click on the *'Capabilities'* button of the preconfigured WMS. The GetCapabilities document of the WMS will open in a new tab." msgstr "" @@ -100,55 +100,55 @@ msgstr "" msgid "deegree WMS capabilities" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:80 -msgid "Use the GetCapabilities request URL to add the WMS to for example :doc:`QGIS `. Once added, you can choose of a variety of layers served by the deegree WMS here." +#: ../../build/doc/quickstart/deegree_quickstart.rst:98 +msgid "Use the GetCapabilities request URL to add the WMS to for example :doc:`QGIS <../overview/qgis_overview>`. Once added, you can choose of a variety of layers served by the deegree WMS here." msgstr "" #: ../../build/doc/quickstart/deegree_quickstart.rst:0 msgid "deegree WMS in QGIS" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:87 +#: ../../build/doc/quickstart/deegree_quickstart.rst:107 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:89 +#: ../../build/doc/quickstart/deegree_quickstart.rst:109 msgid "This was a brief introduction to deegree's core features. Further information and comprehensive documentation of all functionalities are available on the deegree website." msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:92 +#: ../../build/doc/quickstart/deegree_quickstart.rst:113 msgid "deegree website - Available here: https://www.deegree.org" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:94 +#: ../../build/doc/quickstart/deegree_quickstart.rst:114 msgid "deegree documentation - Available here: https://www.deegree.org/documentation" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:96 +#: ../../build/doc/quickstart/deegree_quickstart.rst:115 msgid "deegree workshop (INSPIRE) - Available here: https://github.com/lat-lon/deegree-workshop" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:98 +#: ../../build/doc/quickstart/deegree_quickstart.rst:117 msgid "deegree Soildata Assimilation Guidance https://ejpsoil.github.io/soildata-assimilation-guidance/cookbook/deegree.html" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:104 +#: ../../build/doc/quickstart/deegree_quickstart.rst:119 msgid "deegree docker images - Available here:" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:101 +#: ../../build/doc/quickstart/deegree_quickstart.rst:121 msgid "deegree webservices - https://hub.docker.com/r/deegree/deegree3-docker" msgstr "" -#: ../../build/doc/quickstart/deegree_quickstart.rst:102 +#: ../../build/doc/quickstart/deegree_quickstart.rst:122 msgid "deegree OGC API - https://hub.docker.com/r/deegree/deegree-ogcapi" msgstr "" -#: ../../build/doc/:13 +#: ../../build/doc/:11 msgid "vmdk" msgstr "" -#: ../../build/doc/:16 +#: ../../build/doc/:14 msgid "nologo" msgstr "" diff --git a/locale/pot/quickstart/geoserver_quickstart.pot b/locale/pot/quickstart/geoserver_quickstart.pot index 34ca4f9bf1..d211fa5079 100644 --- a/locale/pot/quickstart/geoserver_quickstart.pot +++ b/locale/pot/quickstart/geoserver_quickstart.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: OSGeoLive 17.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-18 18:19+0000\n" +"POT-Creation-Date: 2025-04-29 17:48+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -177,54 +177,54 @@ msgid "Styling a data set into a map layer |GS| uses an OGC standard called |SLD msgstr "" #: ../../build/doc/quickstart/geoserver_quickstart.rst:158 -msgid "To get started, lets style the Land and Ocean datasets. You can create SLD files using a simple text editor, but sometimes a graphical editor is better. There are several options here but |UG| allows you to open the shapefiles directly and apply simple styles using a GUI. It also provides a simple editor to modify the XML if I need to." +msgid "To get started, lets style the Land and Ocean datasets. You can create SLD files using a simple text editor, but sometimes a graphical editor is better." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:165 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:163 msgid "Create simple styles" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:167 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:165 msgid "Please follow this instructions." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:169 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:167 msgid "https://docs.geoserver.org/latest/en/user/styling/qgis/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:170 msgid "Adding the style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:172 msgid "Now we need to transfer these styles to |GS|." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:176 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:174 msgid "On the style window there is an export button which allows you to save the SLD file that defines your style." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:178 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:176 msgid "Once saved, you can go to the |GS| admin page again and select ``Styles`` (at the bottom of the ``Data`` section)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:180 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:178 msgid "Select the ``Add New Style`` link. At the bottom of that page is a file upload box and a browse button." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:182 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:180 msgid "Clicking browse to find the files you just saved." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:183 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:181 msgid "Click the upload link (next to the browse button) and a copy of the file appears in the editor." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:185 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:183 msgid "If you click on the validate button the highlighted lines will give you an error but you can safely ignore the error (or delete those lines as they don't do anything)." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:188 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:186 msgid "Press the :guilabel:`Submit` at the bottom of the page." msgstr "" @@ -232,79 +232,79 @@ msgstr "" msgid "Adding a Style to GeoServer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:197 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:195 msgid "Adding the style to the layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:199 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:197 msgid "Click on the :guilabel:`Layers` link in the Menu on the left of the |GS| window." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:201 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:199 msgid "Click on the layer (e.g. *ne_10m_land*), then select the :guilabel:`Publishing` tab." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:203 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:201 msgid "Change the :guilabel:`Default Style` box to the name of the style you uploaded in the previous section." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:205 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:203 msgid "Now click :guilabel:`Save` and go to the Layer Preview page to check that it looks good." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:209 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:207 msgid "There are example style files for all of the example Natural Earth layers in :file:`/usr/local/share/geoserver`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:234 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:232 msgid "Clients for WMS layers" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:236 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:234 msgid "The |WMS| layers you are serving from |GS| can be used with a variety of clients on this OSGeoLive distribution, including:" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:239 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:237 msgid ":doc:`OpenLayers <../overview/openlayers_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:240 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:238 msgid ":doc:`MapBender <../overview/mapbender_overview>`" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:241 msgid "Add a layer from a NetCDF file" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:245 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:243 msgid "The GeoServer NetCDF plugin allows the publication of rasters from NetCDF files." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:248 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:246 msgid "Configure a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:250 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:248 msgid "After running \"Start GeoServer\"" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:251 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:249 msgid "Login as the administrator." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:252 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:250 msgid "Click on :guilabel:`Add stores` then :guilabel:`NetCDF`." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:253 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:251 msgid "Enter a value for Data Source Name (this example uses \"netcdf\") and a NetCDF URL. You can use this sample file::" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:258 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:256 msgid "Press \"Save\", \"Publish\" the \"O3\" layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:259 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:257 msgid "Scroll down to the bottom of the \"Data\" tab and press \"Save\" again." msgstr "" @@ -312,19 +312,19 @@ msgstr "" msgid "Adding a NetCDF store" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:267 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:265 msgid "Preview the NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:269 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:267 msgid "Select \"Layer Preview\" from the menu on the left" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:270 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:268 msgid "Scroll down to find the \"cite:O3\" entry, and click on the \"OpenLayers\" link to show a preview of the layer." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:272 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:270 msgid "Clicking on points will cause the value of \"Ozone_concentration\" to be shown in a table at the bottom of the map." msgstr "" @@ -332,31 +332,31 @@ msgstr "" msgid "OpenLayers preview of a NetCDF layer" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:281 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:279 msgid "This GeoServer instance has been configured with the ``NETCDF_DATA_DIR`` Java system property to allow the publication of NetCDF files in read-only directories." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:286 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:284 msgid "What next?" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:288 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:286 msgid "This is only the first step on the road to using GeoServer. There is a lot more functionality you can try." msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:289 msgid "GeoServer Project home - https://geoserver.org/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:292 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:290 msgid "GeoServer User Manual - https://docs.geoserver.org/latest/en/user/" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:293 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:291 msgid "GeoServer Tutorials - https://docs.geoserver.org/latest/en/user/tutorials/index.html" msgstr "" -#: ../../build/doc/quickstart/geoserver_quickstart.rst:294 +#: ../../build/doc/quickstart/geoserver_quickstart.rst:292 msgid "GeoServer Styling Workshop - https://docs.geoserver.org/latest/en/user/styling/workshop/index.html" msgstr "" From 0d84e6c9cdb9c1b60dbc94d388bf1b46af092ac3 Mon Sep 17 00:00:00 2001 From: cvvergara Date: Tue, 29 Apr 2025 12:32:47 -0600 Subject: [PATCH 4/4] using sphinx-revealjs==3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b5fee74a4e..b3da01b165 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 sphinx==4.3.2 sphinx-intl>=2.0.0 -sphinx-revealjs +sphinx-revealjs==3.0.0