Git Product home page Git Product logo

Comments (5)

tomkralidis avatar tomkralidis commented on July 27, 2024

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.

from metasearch.

elyparker avatar elyparker commented on July 27, 2024

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>

from metasearch.

tomkralidis avatar tomkralidis commented on July 27, 2024

The CSW server would need to respond with something like:

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

from metasearch.

elyparker avatar elyparker commented on July 27, 2024

mmm so for to solve?

from metasearch.

tomkralidis avatar tomkralidis commented on July 27, 2024

The provider has to update their metadata.

from metasearch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.