Skip to content

Commit

Permalink
deegree#19 - fixed schemaLocation, switched to https
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed May 11, 2023
1 parent 3bb80d7 commit fc40429
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ To provide general information about the datasets provider the following configu
----
<Datasets xmlns="http://www.deegree.org/ogcapi/datasets"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/ogcapi/datasets http://schemas.deegree.org/ogcapi/datasets.xsd">
xsi:schemaLocation="http://www.deegree.org/ogcapi/datasets https://schemas.deegree.org/ogcapi/1.3/datasets.xsd">
<Title>Datasets Title</Title>
<Description>Datasets Description</Description> <!--1-->
<Contact>
Expand Down Expand Up @@ -132,7 +132,7 @@ Each dataset is configured in a separate file. The following example shows a min
----
<deegreeOAF xmlns="http://www.deegree.org/ogcapi/features"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/ogcapi/features http://schemas.deegree.org/ogcapi/features.xsd">
xsi:schemaLocation="http://www.deegree.org/ogcapi/features https://schemas.deegree.org/ogcapi/1.3/features.xsd">
<FeatureStoreId>streets</FeatureStoreId> <!--1-->
Expand All @@ -156,7 +156,7 @@ The next example shows a complete configuration for a dataset called "trees" wit
----
<deegreeOAF xmlns="http://www.deegree.org/ogcapi/features"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/ogcapi/features http://schemas.deegree.org/ogcapi/features.xsd">
xsi:schemaLocation="http://www.deegree.org/ogcapi/features https://schemas.deegree.org/ogcapi/1.3/features.xsd">
<FeatureStoreId>trees</FeatureStoreId> <!--1-->
Expand Down Expand Up @@ -377,7 +377,7 @@ To configure the HTML encoding a configuration file can be used. The following e
----
<HtmlView xmlns="http://www.deegree.org/ogcapi/htmlview"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deegree.org/ogcapi/htmlview http://schemas.deegree.org/ogcapi/htmlview.xsd">
xsi:schemaLocation="http://www.deegree.org/ogcapi/htmlview https://schemas.deegree.org/ogcapi/1.3/htmlview.xsd">
<CssFile>../html/lgv.css</CssFile> <!--1-->
<LegalNoticeUrl>https://www.hamburg.de/legalNotice/</LegalNoticeUrl> <!--2-->
Expand Down

0 comments on commit fc40429

Please sign in to comment.