Layer getBoundingBoxes returns just ancestor boxes
--------------------------------------------------
Key: GEOT-3057
URL: http://jira.codehaus.org/browse/GEOT-3057
Project: GeoTools
Issue Type: Bug
Components: ext wms
Affects Versions: 2.6.3
Reporter: Froi Martin
The method getBoundingBoxes of org.geotools.data.ows.Layer doesn't return its
owned bounding boxes.
It's returning just the ancestors boxes.
The loop starts with the parent:
Layer parent = this.getParent();
and must be:
Layer parent = this;
Regards
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel