#806 closed defect (fixed)
XML crossrefs do not expand in SECORE
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | secore | Version: | development |
Keywords: | secore ref | Cc: | Dimitar Misev |
Complexity: | Medium |
Description (last modified by )
I am trying to update SECORE with new definitions, by using element cross-refs via xlink:ref
attributes.
Curiously, while refs are resolved in the EPSG database (GmlDictionary.xml
), they are not in the UserDictionary.xml
.
For instance:
... <gml:dictionaryEntry> <CoordinateSystemAxis id="index-cs" uom="http://www.opengis.net/def/uom/OGC/1.0/GridSpacing"> <description></description> <identifier codeSpace="http://www.ietf.org/rfc/rfc3986">urn:ogc:def:axis:OGC::indexed</identifier> <axisAbbrev>index</axisAbbrev> <axisDirection codeSpace="http://www.ietf.org/rfc/rfc3986">http://www.opengis.net/def/axisDirection/OGC/1.0/indexedAxisPositive</axisDirection> </CoordinateSystemAxis> </gml:dictionaryEntry> <gml:dictionaryEntry> ... <CoordinateSystemAxis xlink:href="urn:ogc:def:axis:OGC::indexed"/> ... </gml:dictionaryEntry>
I cannot expand the refs, not even when setting the expand
parameter to full
, like:
http://localhost:8090/def/crs/OGC/0/Index5D
http://localhost:8090/def/crs/OGC/0/Index5D&expand=full
Change History (5)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Description: | modified (diff) |
---|
comment:3 by , 10 years ago
Status: | new → accepted |
---|
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Fixed in changeset:76e97d8.
Note:
See TracTickets
for help on using tickets.
Dimitar: do you have a feeling that this is can be fixed quickly?
Just to know if I should wait (or fix) before #804. thx