You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I am using the EML xsds to generate some jaxb classes in eclipse, and I noticed that in the 2.1.1 version, the eml-spatialReferenceDictionary.xml is pointing to the 2.0.0 eml-spatialReference.xsd. Is this an error? My workspace is erroring out because it doesn't see a 2.0.0 version of that xsd (since I have the 2.1.1 version loaded from your archive)
I changed the dictionary xml to point to the 2.1.1 version of the xsd, and then just had to rename the unit types of "gradient" to "grad" to get it to stop throwing errors. Is this an appropriate solution?
Sorry, I'm new to some of this, so I'm hoping I didn't break anything in my build. Everything seems fine...
I verified that the file is pointed at the older namespace version, and needs to be addressed. Targeting EML 2.2.0.
Update namespace to 2.2.0
Rename gradient to grad after investigation
The text was updated successfully, but these errors were encountered:
This includes fixes to docbook generation for the new xsd and img directory structures, and updatting the eml-spatialReferenceDictionary.xml to use the 2.2.0 namespace (partial fix for issu #264).
Bug report from eml-dev list:
I verified that the file is pointed at the older namespace version, and needs to be addressed. Targeting EML 2.2.0.
gradient
tograd
after investigationThe text was updated successfully, but these errors were encountered: