Opened 11 years ago
Closed 11 years ago
#676 closed defect (fixed)
Wrong root document selected when fetching UoM definition
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | 9.0.x |
Component: | petascope | Version: | development |
Keywords: | uom root document exception | Cc: | Dimitar Misev |
Complexity: | Trivial |
Description
A typo while parsing the GML definition of a CRS let Petascope look for exception in the wrong document: root
is used instead of uomRoot
, the latter holding the response of the GML definition of the UoM.
See CrsUtil
class, :306.
Change History (2)
comment:1 by , 11 years ago
Status: | new → accepted |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
Fixed in changeset:514eab4.