Opened 2 years ago
Closed 2 years ago
#2611 closed defect (fixed)
WMS - GetCapabilities add namespace wms for Elements
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 10.1 |
Component: | petascope | Version: | 10.0 |
Keywords: | Cc: | Dimitar Misev | |
Complexity: | Medium |
Description
For example, this element below doesn't have namespace wms
<Name xmlns="">WMS</Name>
and it caused problem for owslib at
self.type = testXMLValue(self._root.find(nspath('Name', WMS_NAMESPACE)))
Note:
See TracTickets
for help on using tickets.