Skip to content

Commit

Permalink
deegree#1120 - Exchanged and updated links, minor SchemaLocation chan…
Browse files Browse the repository at this point in the history
…ges (depricated Symbolizer-deegree.xsd)
  • Loading branch information
julianzz98 committed May 11, 2023
1 parent 14422c8 commit 167a95a
Show file tree
Hide file tree
Showing 14 changed files with 76 additions and 79 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ documented for each resource configuration format.
==== Proxy configuration

The configuration format for the deegree proxy configuration is defined
by schema file http://schemas.deegree.org/3.5/proxy/proxy.xsd. The
by schema file https://schemas.deegree.org/3.5/proxy/proxy.xsd. The
following table lists all available configuration options. When
specifiying them, their order must be respected.

Expand Down Expand Up @@ -581,7 +581,7 @@ any schema-aware editor should work.

TIP: In case you are able to understand XML schema, you can also use the
schema file to find out about the available config options. deegree's
schema files are hosted at http://schemas.deegree.org.
schema files are hosted at https://schemas.deegree.org.

==== Check the resource status and error messages

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ means ETRS89 in XY-order, while _urn:ogc:def:crs:epsg::4258_ is YX
NOTE: The CRS subsystem is not fully integrated with the deegree workspace
yet. Rework and proper documentation are on the roadmap for one of the
next releases. If you have trouble finding a specific CRS, please
http://www.deegree.org/Community[contact the deegree mailing lists for
https://www.deegree.org/community/[contact the deegree mailing lists for
support].
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ file

The configuration format for the deegree shape feature store is defined
by schema file
http://schemas.deegree.org/3.5/datasource/feature/shape/shape.xsd. The
https://schemas.deegree.org/3.5/datasource/feature/shape/shape.xsd. The
following table lists all available configuration options. When
specifiying them, their order must be respected.

Expand Down Expand Up @@ -309,7 +309,7 @@ _urn:ogc:def:crs:EPSG::4258_.

The configuration format for the deegree memory feature store is defined
by schema file
http://schemas.deegree.org/3.5/datasource/feature/memory/memory.xsd.
https://schemas.deegree.org/3.5/datasource/feature/memory/memory.xsd.
The following table lists all available configuration options (the
complex ones contain nested options themselves). When specifiying them,
their order must be respected.
Expand Down Expand Up @@ -398,7 +398,7 @@ _BBoxStatement_. A minimal configuration example looks like this:
==== Configuration options

The configuration format is defined by schema file
http://schemas.deegree.org/3.5/datasource/feature/simplesql/simplesql.xsd.
https://schemas.deegree.org/3.5/datasource/feature/simplesql/simplesql.xsd.
The following table lists all available configuration options (the
complex ones contain nested options themselves). When specifiying them,
their order must be respected.
Expand Down Expand Up @@ -602,7 +602,7 @@ PostgreSQL)
==== Overview of configuration options

The SQL feature store configuration format is defined by schema file
http://schemas.deegree.org/3.5/datasource/feature/sql/sql.xsd. The
https://schemas.deegree.org/3.5/datasource/feature/sql/sql.xsd. The
following table lists all available configuration options (the complex
ones contain nested options themselves). When specifying them, their
order must be respected:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[anchor-configuration-gdal]]
== GDAL components

The GDAL library (http://www.gdal.org/) provides very comprehensive
The GDAL library (https://www.gdal.org/) provides very comprehensive
support for all kinds of geospatial raster formats. Any of these raster
formats can be used to create <<anchor-configuration-layers>> for a
deegree workspace by using either the
Expand All @@ -20,7 +20,7 @@ settings may be necessary to achieve optimal performance.

Before you can set up GDAL-based resources, the native GDAL library has
to be installed correctly and must be accessible by your deegree
webservices installation. Please see http://www.gdal.org/ for general
webservices installation. Please see https://www.gdal.org/ for general
GDAL installation instructions.

NOTE: Currently, GDAL library version 3.0 is supported. Other versions may
Expand Down Expand Up @@ -130,14 +130,14 @@ access
* GDAL option ECW_CACHE_MAXMEM is set to 419430400

NOTE: A list of general GDAL parameters is available at
http://trac.osgeo.org/gdal/wiki/ConfigOptions. Some parameters (such as
https://trac.osgeo.org/gdal/wiki/ConfigOptions. Some parameters (such as
ECW_CACHE_MAXMEM) are format specific and outlined on the respective
pages in the GDAL documentation.

==== Configuration options

The configuration format for the GDAL settings file is defined by schema
file http://schemas.deegree.org/3.5/commons/gdal/gdal.xsd. The
file https://schemas.deegree.org/3.5/commons/gdal/gdal.xsd. The
following table lists the two available configuration options. When
specifiying them, their order must be respected.

Expand Down Expand Up @@ -270,7 +270,7 @@ following settings:
==== Configuration options

The configuration format for the GDAL tile store is defined by schema
file http://schemas.deegree.org/3.5/datasource/tile/gdal/gdal.xsd.
file https://schemas.deegree.org/3.5/datasource/tile/gdal/gdal.xsd.
There's only a single configuration element, but it may occur several
times:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@ installation, including:
* MacOS

Supported Java SE 11 versions are
http://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle JDK 11]
footnote:[Oracle JDK 8 and later requires a subscription from Oracle for use in production environments. Read further in https://www.oracle.com/java/java-se-subscription/[Oracle Java SE subscription].] and http://openjdk.java.net[OpenJDK 11]
footnote:[OpenJDK binaries are provided by https://www.azul.com/downloads/zulu/[Azul Systems]
or https://adoptopenjdk.net[AdoptOpenJDK].].
https://www.oracle.com/java/technologies/downloads/#java11[Oracle JDK 11]
footnote:[Oracle JDK 8 and later requires a subscription from Oracle for use in production environments. Read further in https://www.oracle.com/java/java-se-subscription/[Oracle Java SE subscription].] and https://openjdk.org/projects/jdk/11/[OpenJDK 11]
footnote:[OpenJDK binaries are provided by https://www.azul.com/downloads/#zulu[Azul Systems]
or https://adoptium.net/[Temurin].].

NOTE: Newer Java SE versions such as the LTS versions 17 are currently not supported by deegree 3.5. Please check out our wiki page https://github.com/deegree/deegree3/wiki/Java-SE-11-Support[Java 11 support] for further information.

=== Downloading

deegree webservices downloads are available on the
http://www.deegree.org/download[deegree home page]. You have the choice between:
https://www.deegree.org/download/[deegree home page]. You have the choice between:

* _Docker_ : Docker Image with deegree webservices on OpenJDK and Apache
Tomcat footnote:[Requires an installation of Docker Community or
Enterprise Edition, download Docker from
https://www.docker.com/[www.docker.com].]
* _WAR_: Generic Java Web Archive for deployment in an existing Java
Servlet container footnote:[A Java Servlet 3.1 compliant container is
required. We recommend using the latest http://tomcat.apache.org/[Apache
required. We recommend using the latest https://tomcat.apache.org/[Apache
Tomcat 9] release.]

TIP: If you are confused by the options and unsure which version to pick,
Expand Down Expand Up @@ -72,7 +72,7 @@ To shut deegree webservices down, switch back to the terminal window and
press _CTRL+c_ or simply close it.

TIP: If you want to run deegree webservices on system startup automatically,
consider installing http://tomcat.apache.org[Apache Tomcat 9] as a
consider installing https://tomcat.apache.org[Apache Tomcat 9] as a
system service. Consult the https://tomcat.apache.org/tomcat-9.0-doc/index.html[Tomcat documentation]
for more information and options.

Expand Down Expand Up @@ -107,7 +107,7 @@ or TLS. Either enable HTTPS on your Java Servlet Container or operate it
behind a web server such as Apache httpd oder NGINX.

TIP: If you are running Apache Tomcat read the
http://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html[SSL HowTo].
https://tomcat.apache.org/tomcat-9.0-doc/ssl-howto.html[SSL HowTo].

==== Securing deegree console and REST API

Expand All @@ -129,4 +129,4 @@ Furthermore, you should consider to enable the Java Security Manager and
define restrictive file permissions.footnote:[How to run securely Java
applications we recommend to follow the
https://docs.oracle.com/en/java/javase/11/security/index.html[Java Security Guidelines] and for
http://tomcat.apache.org/tomcat-9.0-doc/security-manager-howto.html[Apache Tomcat the Security Manager HowTo].]
https://tomcat.apache.org/tomcat-9.0-doc/security-manager-howto.html[Apache Tomcat the Security Manager HowTo].]
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
== Introduction

deegree webservices are implementations of the geospatial webservice
specifications of the http://www.opengeospatial.org[Open Geospatial
Consortium (OGC)] and the http://inspire.jrc.ec.europa.eu[INSPIRE
specifications of the https://www.ogc.org/[Open Geospatial
Consortium (OGC)] and the https://inspire.jrc.ec.europa.eu[INSPIRE
Network Services]. deegree webservices 3.5 includes the following
services:

* http://www.opengeospatial.org/standards/wfs[Web Feature Service
* https://www.ogc.org/standard/wfs/[Web Feature Service
(WFS)]: Provides access to raw geospatial data objects
* http://www.opengeospatial.org/standards/wms[Web Map Service (WMS)]:
* https://www.ogc.org/standard/wms/[Web Map Service (WMS)]:
Serves maps rendered from geospatial data
* http://www.opengeospatial.org/standards/wmts[Web Map Tile Service
* https://www.ogc.org/standard/wmts/[Web Map Tile Service
(WMTS)]: Serves pre-rendered map tiles
* http://www.opengeospatial.org/standards/cat[Catalogue Service for the
* https://www.ogc.org/standard/cat/[Catalogue Service for the
Web (CSW)]: Performs searches for geospatial datasets and services
* http://www.opengeospatial.org/standards/wps[Web Processing Service
* https://www.ogc.org/standard/wps/[Web Processing Service
(WPS)]: Executes geospatial processes
With a single deegree webservices installation, you can set up one of
Expand All @@ -26,7 +26,7 @@ learning the configuration of each service.
=== Characteristics of deegree WFS

deegree WFS is an implementation of the
http://www.opengeospatial.org/standards/wfs[OGC Web Feature Service
https://www.ogc.org/standard/wfs/[OGC Web Feature Service
specification]. Notable features:

* Official OGC reference implementation for WFS 1.1.0 and WFS 2.0.0
Expand Down Expand Up @@ -56,7 +56,7 @@ Continue with <<anchor-configuration-basics>> and
=== Characteristics of deegree WMS

deegree WMS is an implementation of the
http://www.opengeospatial.org/standards/wms[OGC Web Map Service
https://www.ogc.org/standard/wms/[OGC Web Map Service
specification]. Notable features:

* Official OGC reference implementation for WMS 1.1.1
Expand Down Expand Up @@ -90,7 +90,7 @@ Continue with <<anchor-configuration-basics>> and
=== Characteristics of deegree WMTS

deegree WMTS is an implementation of the
http://www.opengeospatial.org/standards/wmts[OGC Web Map Tile Service
https://www.ogc.org/standard/wmts/[OGC Web Map Tile Service
specification]. Notable features:

* Implements Basic WMTS standard 1.0.0 (KVP)
Expand All @@ -108,7 +108,7 @@ first. Continue with <<anchor-configuration-basics>> and
=== Characteristics of deegree CSW

deegree CSW is an implementation of the
http://www.opengeospatial.org/standards/cat[OGC Catalogue Service
https://www.ogc.org/standard/cat/[OGC Catalogue Service
specification]. Notable features:

* Implements CSW standard 2.0.2
Expand All @@ -135,7 +135,7 @@ configuration. Continue with <<anchor-configuration-basics>> and
=== Characteristics of deegree WPS

deegree WPS is an implementation of the
http://www.opengeospatial.org/standards/wps[OGC Processing Service
https://www.ogc.org/standard/wps/[OGC Processing Service
specification]. Notable features:

* Implements WPS standard 1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,9 @@ In order to enable Oracle connectivity for these resources, you need to
add two JAR files (see <<anchor-adding-jars>>):

* A compatible Oracle JDBC driver (e.g.
_ojdbc11.jar_)footnote:[http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
(registration required)]
_ojdbc11.jar_)footnote:[https://www.oracle.com/database/technologies/appdev/jdbc-downloads.html]
* Module
deegree-sqldialect-oraclefootnote:[https://repo.deegree.org/content/repositories/public/org/deegree/deegree-sqldialect-oracle/${project.version}/deegree-sqldialect-oracle-${project.version}.jar]
deegree-sqldialect-oraclefootnote:[https://repo.deegree.org/service/rest/repository/browse/public/org/deegree/deegree-sqldialect-oracle/${project.version}/deegree-sqldialect-oracle-${project.version}.jar]

==== Adding Oracle GeoRaster support

Expand All @@ -122,8 +121,7 @@ in Oracle databases.
In order to enable Oracle connectivity for these resources, you need to
add the following JAR files (see <<anchor-adding-jars>>):

* A compatible Oracle JDBC-driverfootnote:[http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
(registration required)]
* A compatible Oracle JDBC-driverfootnote:[hhttps://www.oracle.com/database/technologies/appdev/jdbc-downloads.html]
** ojdbc11.jar
* The Oracle Spatial and GeoRaster libraries and their dependencies
** sdoapi.jar
Expand All @@ -133,7 +131,7 @@ add the following JAR files (see <<anchor-adding-jars>>):
** xdb6.jar
** xmlparserv2_sans_jaxp_services.jar
* Module
deegree-coveragestore-oracle-georasterfootnote:[https://repo.deegree.org/content/repositories/public/org/deegree/deegree-coveragestore-oracle-georaster/${project.version}/deegree-coveragestore-oracle-georaster-${project.version}.jar]
deegree-coveragestore-oracle-georasterfootnote:[https://repo.deegree.org/service/rest/repository/browse/public/org/deegree/deegree-coveragestore-oracle-georaster/${project.version}/deegree-coveragestore-oracle-georaster-${project.version}.jar]

NOTE: The Oracle Spatial and GeoRaster libraries can be found, without version
number in filename, inside the Oracle Database installation directory.
Expand All @@ -159,6 +157,6 @@ In order to enable Microsoft SQL Server connectivity for these
resources, you need to add two JAR files (see <<anchor-adding-jars>>):

* A compatible Microsoft JDBC driver (e.g.
_sqljdbc4.jar_)footnote:[http://msdn.microsoft.com/en-us/sqlserver/aa937724.aspx]
_sqljdbc4.jar_)footnote:[https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server]
* Module
deegree-sqldialect-mssqlfootnote:[https://repo.deegree.org/content/repositories/public/org/deegree/deegree-sqldialect-mssql/${project.version}/deegree-sqldialect-mssql-${project.version}.jar]
deegree-sqldialect-mssqlfootnote:[https://repo.deegree.org/service/rest/repository/browse/public/org/deegree/deegree-sqldialect-mssql/${project.version}/deegree-sqldialect-mssql-${project.version}.jar]
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ now tick the INSPIRE layers offered by the deegree WMS.
.INSPIRE layers rendered by the deegree WMS
image::console_workspace_inspire2.png[INSPIRE layers rendered by the deegree WMS,scaledwidth=50.0%]

TIP: The map client is based on http://openlayers.org/[OpenLayers]. Drag the
TIP: The map client is based on https://openlayers.org/[OpenLayers]. Drag the
map by holding the mouse button and moving your mouse. Zoom using the
controls on the left or with the mouse wheel. Alternatively, you can
open a zoom rectangle by holding the SHIFT key and clicking the mouse
Expand Down Expand Up @@ -184,7 +184,7 @@ instance.
.Selecting WMS layers to be displayed
image::console_workspace_utah2.png[Selecting WMS layers to be displayed,scaledwidth=50.0%]

TIP: The map client is based on http://openlayers.org/[OpenLayers]. Drag the
TIP: The map client is based on https://openlayers.org/[OpenLayers]. Drag the
map by holding the mouse button and moving your mouse. Zoom using the
controls on the left or with the mouse wheel. Alternatively, you can
open a zoom rectangle by holding the SHIFT key and clicking the mouse
Expand All @@ -210,7 +210,7 @@ section.
image::console_workspace_utah5.png[Sending example requests,scaledwidth=50.0%]

TIP: WFS request types and their format are specified in the
http://www.opengeospatial.org/standards/wfs[OGC Web Feature Service
https://www.ogc.org/standard/wfs/[OGC Web Feature Service
specification].

TIP: Instead of using the built-in layer preview or the generic OGC client,
Expand Down Expand Up @@ -339,7 +339,7 @@ demonstrate many of the possibilities of the WPS protocol:
image::console_workspace_wps5.png[Example requests for the ParameterDemo process,scaledwidth=50.0%]

TIP: WPS request types and their format are specified in the
http://www.opengeospatial.org/standards/wps[OGC Web Processing Service
https://www.ogc.org/standard/wps/[OGC Web Processing Service
specification].

TIP: In order to add your own processes, see <<anchor-configuration-wps>> and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The memory ISO metadata store implementation is transactional and works
file based.

The memory metadata store configuration is defined by schema file
http://schemas.deegree.org/3.5/datasource/metadata/iso19139/memory.xsd
https://schemas.deegree.org/3.5/datasource/metadata/iso19139/memory/memory.xsd

*Memory ISO Metadatastore config (skeleton)*

Expand All @@ -31,8 +31,7 @@ http://schemas.deegree.org/3.5/datasource/metadata/iso19139/memory.xsd
<ISOMemoryMetadataStore
xmlns="http://www.deegree.org/datasource/metadata/iso19139/memory"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/datasource/metadata/iso19139/memory
memory.xsd">
xsi:schemaLocation="http://schemas.deegree.org/3.5/datasource/metadata/iso19139/memory/memory.xsd">
<!-- [1...n] directory to be used -->
<ISORecordDirectory>..</ISORecordDirectory>
<!-- [0...1] directory to be used to insert records -->
Expand All @@ -54,7 +53,7 @@ of the directories declared in the element _ISORecordDirectory_.
=== SQL ISO Metadata store

The SQL metadata store configuration is defined by schema file
http://schemas.deegree.org/3.5/datasource/metadata/iso19115/iso19115.xsd
https://schemas.deegree.org/3.5/datasource/metadata/iso19115/iso19115.xsd

*SQL ISO Metadatastore config (skeleton)*

Expand Down
Loading

0 comments on commit 167a95a

Please sign in to comment.