Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: trunk, 1.5rc2
-
Fix Version/s: trunk
-
Component/s: examples, mapbuilder-lib
-
Labels:None
Description
The OWS Context documents used in the Mapbuilder demos do not conform with the OWS Context spec versions at: http://www.ogcnetwork.net/schemas/owc/
And more importantly, the XSL which processes OWS Context documents, and model/OWSContext.js match invalid OWS Context documents.
In particular:
old:
xmlns="http://www.opengis.net/context/"
should be:
xmlns="http://www.opengis.net/ows-context/0.3"
–
Layer/Title
should be
Layer/ows:Title
–
Layer/Name
should be
Layer/ows:Identified
–
There is probably more
--------
Impact: All demos work just fine - however if someone tries to load a valid OWS Context, then it will not load properly.
Issue Links
- relates to
-
MAP-246
OWSContext
-