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

error in exteriorRing process #58

Closed sbalasub closed 10 years ago

sbalasub commented 10 years ago

for a polygonal input I get the follow error "Invalid geometry type: LINEARRING"

Request:

geo:exteriorRing/p1:Identifierp0:DataInputsp0:Inputgeom/p1:Identifierp0:DataPOLYGON((-11734462.255095927 4728457.756793421,-11030018.602419741 5012192.005787995,-11030018.602419741 5012192.005787995,-10716932.53456366 4679538.058690907,-11098506.17976326 4209908.956906785,-11734462.255095927 4728457.756793421))/p0:ComplexData/p0:Data/p0:Input/p0:DataInputsp0:ResponseFormresult/p1:Identifier/p0:RawDataOutput/p0:ResponseForm/p0:Execute Response: LINEARRING (-11734462.255095927 4728457.756793421, -11030018.602419741 5012192.005787995, -11030018.602419741 5012192.005787995, -10716932.53456366 4679538.058690907, -11098506.17976326 4209908.956906785, -11734462.255095927 4728457.756793421)
bartvde commented 10 years ago

this is the same as the other issue we have already and which is assigned to dwins

LINEARRING is not valid in WKT

Sent from my iPhone

On 16 sep. 2014, at 21:44, sbalasub notifications@github.com wrote:

for a polygonal input I get the follow error "Invalid geometry type: LINEARRING"

Request: geo:exteriorRing/p1:Identifierp0:DataInputsp0:Inputgeom/p1:Identifierp0:DataPOLYGON((-11734462.255095927 4728457.756793421,-11030018.602419741 5012192.005787995,-11030018.602419741 5012192.005787995,-10716932.53456366 4679538.058690907,-11098506.17976326 4209908.956906785,-11734462.255095927 4728457.756793421))/p0:ComplexData/p0:Data/p0:Input/p0:DataInputsp0:ResponseFormresult/p1:Identifier/p0:RawDataOutput/p0:ResponseForm/p0:Execute

Response: LINEARRING (-11734462.255095927 4728457.756793421, -11030018.602419741 5012192.005787995, -11030018.602419741 5012192.005787995, -10716932.53456366 4679538.058690907, -11098506.17976326 4209908.956906785, -11734462.255095927 4728457.756793421)

— Reply to this email directly or view it on GitHub.

sbalasub commented 10 years ago

I added a comment to the other issue and closing this one.