-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetCapabilities - Add new information #182
Comments
I'll document LGL's WMS `GetCapabilities` response
WFS `GetCapabilities` response
|
This URL reponds with "Der Namensraum |
I corrected it. Thanks for the correction. The correct link is: https://registry.gdi-de.org/id/de.bw.mobidata-bw |
Most information can be entered via the admin UI, e.g. I suppose besides the stated requirements, the service should publishing additional INSPIRE meta-information, which then would require INSPIRE extension. |
It is possible to add the information. In the German interface, the following configurations correspond to the tags above:
In addition, we are also supposed to add general information on the service (not the layer!) itself. I found that this information is editable via the following paths: WMS/Service Metadaten OR WFS/Service Metadaten. This includes the Apparently, the current GeoServer configuration is sufficient for our objectives. We won't need a further INSPIRE plug-in. If the configuration of a layer is changed within the GeoServer UI, changes are written into If the configuration of a service is changed within the GeoServer UI, changes are written into |
As you are working on this issue, I assign this to you, @richardforsterNVBW. |
Currently we are adding several datasets to the LGL - Landesamt für Geoinformation und Landentwicklung Baden-Württemberg - to fulfill data delivery obligations according to INSPIRE.
As part of this, we connect our WMS/WFS services. Against this background, the LGL sent us additional information we should include within the
GetCapabilities
requests.The LGL sent us the following
GetCapabilities
requests as templates:In comparison to our
GetCapabilities
the following information needs to be added:<Service>
<Title>
Title of the service</Title>
(we already have a title for the layer as part of<FeatureTypeList>
, but not for the service, e.g.: INSPIRE WMS RadNETZ Baden-Württemberg)<Abstract>
Abstract of the service</Abstract>
(we can provide it)<KeywordList>
Keywords, e.g. inspire relevant</KeywordList>
(we can provide them)</Service>
<Layer>
<AuthorityURL name=" MobiData-BW ">
<OnlineResource xlink:type="simple" xlink:href="https://registry.gdi-de.org/id/de.bw.mobidata-bw"/>
</AuthorityURL>
<Identifier authority=" MobiData-BW ">
http://www.de.bw.mobidata-bw/c3f3c45c-89e2-4835-a4ac-d34972c23955
</Identifier>
<MetadataURL type="TC211">
<Format>
application/xml</Format>
<OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://metadaten.geoportal-bw.de/geonetwork/srv/ger/csw?Service=CSW&Request=GetRecordById&Version=2.0.2&id=bdcf4b31-4087-e7f6-3fd6-f9e66b404203&outputSchema=http://www.isotc211.org/2005/gmd&elementSetName=full"/>
</MetadataURL>
</Layer>
The text was updated successfully, but these errors were encountered: