Git Product home page Git Product logo

Comments (4)

kuzkok avatar kuzkok commented on May 29, 2024

wfs v2 extends v1 with locks and queries, use same GML 3.2 as in 1.1 standard description, and in general should work, but we dont test this plugin with 2.0.0 services. Can you provide url for your service?

from leaflet-wfst.

SucheG avatar SucheG commented on May 29, 2024

Try this:
http://services.cuzk.cz/wfs/inspire-cp-wfs.asp?service=WFS&request=GetCapabilities&version=2.0.0

It's Czech Cadaster parcels.

from leaflet-wfst.

sirius007 avatar sirius007 commented on May 29, 2024

the same issue

from leaflet-wfst.

kuzkok avatar kuzkok commented on May 29, 2024

it is error of Czech Cadaster wfs service, it should right implement of DescribeFeatureType capability but it always failed
http://services.cuzk.cz/wfs/inspire-cp-wfs.asp?service=WFS&request=DescribeFeatureType&version=2.0.0&typeNS=cp&typeName=CadastralParcel returns

<?xml version="1.0" encoding="utf-8"?>
<!--Generated by Marushka, version 4.1.3.0, GEOVAP, spol. s r.o., 12.03.2018.-->
<ExceptionReport xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="1.0.0" xml:lang="en-US" xmlns="http://www.opengis.net/ows/1.1">
  <Exception exceptionCode="OperationProcessingFailed" />
</ExceptionReport>

for example response from geoserver wfs v2.0.0
https://demo.geo-solutions.it/geoserver/wfs?request=DescribeFeatureType&service=WFS&version=2.0.0&typeNS=test&typeName=polygon

<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:test="http://test.geo-solutions.it" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://test.geo-solutions.it">
  <xsd:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="https://demo.geo-solutions.it:443/geoserver/schemas/gml/3.2.1/gml.xsd"/>
  <xsd:complexType name="polygonType">
    <xsd:complexContent>
      <xsd:extension base="gml:AbstractFeatureType">
        <xsd:sequence>
          <xsd:element maxOccurs="1" minOccurs="0" name="p" nillable="true" type="gml:SurfacePropertyType"/>
        </xsd:sequence>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
  <xsd:element name="polygon" substitutionGroup="gml:AbstractFeature" type="test:polygonType"/>
</xsd:schema>

from leaflet-wfst.

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.