#287 closed defect (fixed)
gmlcov:metadata not showing up anymore in DescribeCoverage responses
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | major | Milestone: | 8.4 |
Component: | petascope | Version: | 8.3 |
Keywords: | gmlcov metadata describecoverage | Cc: | Dimitar Misev, j.oosthoek@… |
Complexity: | Medium |
Description
The element gmlcov:metadata
which is set in the ps_metadata
table of petascopedb
is broken.
Change History (8)
comment:1 by , 12 years ago
Cc: | added |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 11 years ago
Complexity: | → Very Hard |
---|
There are problems in the validity of the XML description when GMLCOV metadata is added as XML content itself.
To avoid breaking the XML description, the XML predefined entities in ps_metadata
should be encoded (&name;) and the whole element should have bound prefixes (add necessary xmlns:prefix=uri
in the root element).
Wiki updated:
http://rasdaman.org/wiki/PetascopeUserGuide?version=37#gmlcov:metadata
comment:5 by , 11 years ago
Complexity: | Very Hard → Medium |
---|
comment:6 by , 11 years ago
Maybe further recommendation there: run a DescribeCoverage request after the metadata has been added in the database.
comment:7 by , 11 years ago
Wiki instructions updated for the new petascopedb
schema: see Petascope User Guide.
For legacy instructions see the old guide.
comment:8 by , 11 years ago
See also fixes in changeset:86788c5 and updated information on the wiki (wiki:PetascopeUserGuide#Metadata).
Feature restored in patch: