planetfederal / wps-gui

Graphical User Interface (Model Builder) for OGC:WPS (Web Processing Services)
http://boundlessgeo.com
Apache License 2.0
26 stars 15 forks source link

filter by BBOX on rasterLayer doesn't seem to work #180

Closed bartvde closed 9 years ago

bartvde commented 9 years ago

Use crop coverage

Draw a polygon

Then filter by BBOX

BBOX is not taken into account

screen shot 2014-10-27 at 13 44 56

            <p2:DomainSubset>
              <p1:BoundingBox
                xmlns:p1="http://www.opengis.net/ows/1.1" crs="http://www.opengis.net/gml/srs/epsg.xml#4326">
                <p1:LowerCorner>-180 -89.99999999998198</p1:LowerCorner>
                <p1:UpperCorner>179.99999999996396 90</p1:UpperCorner>
              </p1:BoundingBox>
            </p2:DomainSubset>
bartvde commented 9 years ago

also probably boxend should not clear the source since this will get rid of the drawn polygon as well ...

bartvde commented 9 years ago

this broke with: https://github.com/boundlessgeo/wps-gui/commit/44fb47f942e7716fc65d65b8b87f1d56cca63fde#diff-772c0aa232209a89544b1edd670fbe25

bartvde commented 9 years ago

see: 2c12b630e70196bef16f15cfcd4118ad7302f871

bartvde commented 9 years ago

hmm but now clear BBOX filter is also not working anymore