We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Qgis shows an error when looking at matrikel ejerlav. When looking at the network log I find the following request that may be the problem:
When calling https://dfd-qgis-wfs-proxy.septima.dk/MATRIKEL/Matrikel_HIST_GML3_1_0/1.0.0/Wfs?username=USERNAME&password=PASSWORD&NAMESPACES=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3)&SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=mat:Ejerlav&COUNT=10000&SRSNAME=urn:ogc:def:crs:EPSG::25832&BBOX=527318.93146968749351799,6111459.33303360641002655,640425.96152135566808283,6179105.06794563680887222,urn:ogc:def:crs:EPSG::25832&NAMESPACE=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3) , it does not return a not well-formed XML .
However, when calling https://services.datafordeler.dk/MATRIKEL/Matrikel_HIST_GML3_1_0/1.0.0/Wfs?username=USERNAME&password=PASSWORD&NAMESPACES=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3)&SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=mat:Ejerlav&COUNT=10000&SRSNAME=urn:ogc:def:crs:EPSG::25832&BBOX=527318.93146968749351799,6111459.33303360641002655,640425.96152135566808283,6179105.06794563680887222,urn:ogc:def:crs:EPSG::25832&NAMESPACE=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3) the result is well-formed suggesting that the error is in the proxy component and not in datafordeleren.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Qgis shows an error when looking at matrikel ejerlav. When looking at the network log I find the following request that may be the problem:
When calling
https://dfd-qgis-wfs-proxy.septima.dk/MATRIKEL/Matrikel_HIST_GML3_1_0/1.0.0/Wfs?username=USERNAME&password=PASSWORD&NAMESPACES=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3)&SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=mat:Ejerlav&COUNT=10000&SRSNAME=urn:ogc:def:crs:EPSG::25832&BBOX=527318.93146968749351799,6111459.33303360641002655,640425.96152135566808283,6179105.06794563680887222,urn:ogc:def:crs:EPSG::25832&NAMESPACE=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3) , it does not return a not well-formed XML .
However, when calling https://services.datafordeler.dk/MATRIKEL/Matrikel_HIST_GML3_1_0/1.0.0/Wfs?username=USERNAME&password=PASSWORD&NAMESPACES=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3)&SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0&TYPENAMES=mat:Ejerlav&COUNT=10000&SRSNAME=urn:ogc:def:crs:EPSG::25832&BBOX=527318.93146968749351799,6111459.33303360641002655,640425.96152135566808283,6179105.06794563680887222,urn:ogc:def:crs:EPSG::25832&NAMESPACE=xmlns(mat,http://data.gov.dk/schemas/matrikel/1/gml3) the result is well-formed suggesting that the error is in the proxy component and not in datafordeleren.
The text was updated successfully, but these errors were encountered: