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

issue with saving the GML geometry buffer test case #167

Closed bartvde closed 10 years ago

bartvde commented 10 years ago

Uncaught TypeError: Converting circular structure to JSON

bartvde commented 10 years ago

this is because node.value is an XML document is there a way we can transform this to WKT?

bartvde commented 10 years ago

or we should serialise the xml doc as string

bartvde commented 10 years ago

the issue is that the code that reads the node's values assumes it's a WKT string and passes it on to the ol3 parser