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
The MetadataURL section created by MapServer 7.2.0 with auto-generated metadata (that is the request=GetMetadata URL) is invalid.
request=GetMetadata
XML generated is like:
<MetadataURL type="ISOTC211/19115"> <Format>text/xml</Format> <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://xxx.xxx.xxx/cgi-bin/UGA_ARGI/ows?language=eng&request=GetMetadata&layer=ROAD"/> </MetadataURL>
For WMS 1.1.1 the error reported is:
Attribute "type" with value "ISOTC211/19115" must have a value from the list "TC211 FGDC ".
For WMS 1.3.0 the error reported is:
The value 'ISOTC211/19115' of attribute 'type' on element 'MetadataURL' is not valid with respect to its type, 'NMTOKEN'.
A value of TC211 is valid for both WMS 1.1.1 and WMS 1.3.0
TC211
The text was updated successfully, but these errors were encountered:
fix MetadataURL type for Capabilities responses (MapServer#5680)
4ba835b
04459d1
Merge pull request #5684 from tomkralidis/issue-5680
8267fa6
fix MetadataURL type for Capabilities responses (#5680)
Thanks for very quick fix
Sorry, something went wrong.
tomkralidis
No branches or pull requests
The MetadataURL section created by MapServer 7.2.0 with auto-generated metadata (that is the
request=GetMetadataURL) is invalid.XML generated is like:
For WMS 1.1.1 the error reported is:
For WMS 1.3.0 the error reported is:
A value of
TC211is valid for both WMS 1.1.1 and WMS 1.3.0The text was updated successfully, but these errors were encountered: