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

data input field for barnes surface is not showing up #96

Closed bartvde closed 10 years ago

bartvde commented 10 years ago
           <Input maxOccurs="1" minOccurs="1">
                <ows:Identifier>data</ows:Identifier>
                <ows:Title>data</ows:Title>
                <ows:Abstract>Input features</ows:Abstract>
                <ComplexData>
                    <Default>
                        <Format>
                            <MimeType>text/xml; subtype=wfs-collection/1.0</MimeType>
                        </Format>
                    </Default>
                    <Supported>
                        <Format>
                            <MimeType>text/xml; subtype=wfs-collection/1.0</MimeType>
                        </Format>
                        <Format>
                            <MimeType>text/xml; subtype=wfs-collection/1.1</MimeType>
                        </Format>
                        <Format>
                            <MimeType>application/json</MimeType>
                        </Format>
                        <Format>
                            <MimeType>application/wfs-collection-1.0</MimeType>
                        </Format>
                        <Format>
                            <MimeType>application/wfs-collection-1.1</MimeType>
                        </Format>
                        <Format>
                            <MimeType>application/zip</MimeType>
                        </Format>
                    </Supported>
                </ComplexData>
            </Input>

reported by @volaya