Change History (4)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
by , 17 years ago
Attachment: | patch_123.txt added |
---|
Note:
See TracTickets
for help on using tickets.
Resolution: | → fixed |
---|---|
Status: | new → closed |
Attachment: | patch_123.txt added |
---|
in /classes/class_wms.php change the function createObjFromXML (in revision 1719 line 438)
$this->wms_srs = explode (" ", $this->objLayer[0]->wms_srs1);
replace by
$this->wms_srs = array_keys( array_flip(explode (" ", $this->objLayer[0]->wms_srs1)));
a patch will follow