-
Notifications
You must be signed in to change notification settings - Fork 23
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
PolygonPatch with attribute 'srsName' #1106
Comments
Dear @DoraKar, could you please provide a sample dataset to replicate the error? |
Here is the sample dataset: |
Dear @DoraKar, the attributes Example: <su-grid-2021:geometry>
<gml:PolygonPatch>
<gml:exterior>
<gml:LinearRing>
<gml:posList srsDimension="2" srsName="http://www.opengis.net/def/crs/EPSG/0/3035">2186000 5019000 2186000 5020000 2187000 5020000 2187000 5019000 2186000 5019000</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:PolygonPatch>
</su-grid-2021:geometry> Please ensure that you make the required corrections to your GML file. |
Dear @fabiovinci , Thank you for your insight regarding the However, we are encountering an issue where GeoServer, which we use for data display, seems to ignore these attributes when generating the XML file. Specifically, GeoServer outputs the When we apply these attributes to the Additionally, we’ve noticed the same issue when adding the XML file to QGIS (v. 3.16.5). If we manually add these attributes to the Are you familiar with these issues in GeoServer or QGIS? If so, do you have any suggestions on how we might resolve them? Thank you in advance for your assistance! Kind regards, |
Hi,
Our response includes statistical grid cell with PolygonPatch geometry that has EPSG code. While validating the response, validator throws an error:
cvc-complex-type.3.2.2: Attribute 'srsName' is not allowed to appear in element 'gml:PolygonPatch'
Attribute 'srsName' is allowed by INSPIRE specification, but still validator throws an error. By removing the attribute, all tests pass.
Is there an option of generating the response that will containt srsName and will pass INSPIRE validator tests or is there a bug in validator?
Thank you for your response.
Kind regards,
Dora
The text was updated successfully, but these errors were encountered: