Skip to content
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

Siciliy csw don't work #54

Closed
elyparker opened this issue May 15, 2014 · 5 comments
Closed

Siciliy csw don't work #54

elyparker opened this issue May 15, 2014 · 5 comments

Comments

@elyparker
Copy link

i added this http://www.sitr.regione.sicilia.it/geoportale/csw and it get capabilies and give record but it does'nt permit to add to wms/ wmf layer
button is gray
schermata 2014-05-15 alle 16 14 44

@tomkralidis
Copy link
Member

FYI the @scheme values need to be in the following list: https://github.com/geopython/MetaSearch/blob/master/plugin/MetaSearch/link_types.py. Basically MetaSearch looks for dct:references/@scheme as the WMS/WFS/WCS value and then takes the content to pass to the given provider.

@elyparker
Copy link
Author

this is a part of xml response for one of the list it seems scheme OGC:WMS-1.3.0-http-get-capabilities

but it not add
it is a problem of the sicily's server?

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<csw:GetRecordsResponse xmlns:csw="http://www.opengis.net/cat/csw/2.0.2" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcmiBox="http://dublincore.org/documents/2000/07/11/dcmi-box/" xmlns:dct="http://purl.org/dc/terms/" xmlns:gml="http://www.opengis.net/gml" xmlns:ows="http://www.opengis.net/ows" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<csw:SearchStatus timestamp="2014-05-15T22:48:27+02:00"/>
<csw:SearchResults elementSet="full" nextRecord="0" numberOfRecordsMatched="15" numberOfRecordsReturned="15" recordSchema="http://www.opengis.net/cat/csw/2.0.2">
<csw:Record>
<dc:identifier scheme="urn:x-esri:specification:ServiceType:ArcIMS:Metadata:FileID">r_sicili:f65a64d6-da1a-4357-be23-ad1076393b75</dc:identifier>
<dc:identifier scheme="urn:x-esri:specification:ServiceType:ArcIMS:Metadata:DocID">{ECA65F30-8B77-4E92-8714-26DE02079E40}</dc:identifier>
<dc:title>Ortofoto ATA 2007-2008 - GAUSS-BOAGA</dc:title>
<dc:type scheme="urn:x-esri:specification:ServiceType:ArcIMS:Metadata:ContentType">liveData</dc:type>
<dc:type scheme="urn:x-esri:specification:ServiceType:ArcIMS:Metadata:ContentType">OGC:WMS-1.3.0-http-get-capabilities</dc:type>

@tomkralidis
Copy link
Member

The CSW server would need to respond with something like:

<csw:Record>
...
<dct:references="OGC:WMS">http://host/wms</dct:references>
...
</csw:Record>

@elyparker
Copy link
Author

mmm so for to solve?

@tomkralidis
Copy link
Member

The provider has to update their metadata.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants