Opened 12 years ago
Closed 12 years ago
#567 closed defect (fixed)
LoadMap.php IsLayerEditable() is called with bad DOMDocument
Reported by: | jng | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | Future |
Component: | Widgets | Version: | 2.0 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
The LoadMap.php is feeding in a bad DOMDocument to the IsLayerEditable() call.
It's feeding in a Layer Definition document when it should be feeding in a Feature Source document.
Note:
See TracTickets
for help on using tickets.
Fixed r2717