planetfederal / wps-gui

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

InclusionFeaturecollection #82

Closed sbalasub closed 10 years ago

sbalasub commented 10 years ago

InclusionFeaturecollection process returns this

<?xml version="1.0" encoding="UTF-8"?><wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs" xmlns:feature="http://geotools.org" xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:gml="http://www.opengis.net/gml"><gml:boundedBy><gml:Envelope><gml:lowerCorner>-860986.6866042251 802283.0488812099</gml:lowerCorner><gml:upperCorner>1487158.8223163895 1721973.3732084506</gml:upperCorner></gml:Envelope></gml:boundedBy></wfs:FeatureCollection>

But nothing is displayed on the map.

bartvde commented 10 years ago

@sbalasub this is basically a feature collection with no features, so I don't expect anything to be displayed here.

bartvde commented 10 years ago

did you use datasets that contained each other?

sbalasub commented 10 years ago

@bartvde I drew geometries on the map. With layers input, this works fine. So will close.