提交 57912fa6 authored 作者: noelgrandin's avatar noelgrandin

fix: output the Z coordinate if it exists

上级 0db8d5d3
...@@ -279,7 +279,7 @@ public class ValueGeometry extends Value { ...@@ -279,7 +279,7 @@ public class ValueGeometry extends Value {
* @return the well-known-text * @return the well-known-text
*/ */
public String getWKT() { public String getWKT() {
return new WKTWriter().write(getGeometryNoCopy()); return new WKTWriter(3).write(getGeometryNoCopy());
} }
/** /**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论