-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Bug report from eml-dev list:
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
gradienttogradafter investigation