<div dir="ltr">That's good to know too.<div><br></div><div>These would be good to have in the wiki (if not there already).</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 27, 2019 at 11:34 AM Even Rouault <<a href="mailto:even.rouault@spatialys.com">even.rouault@spatialys.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Martin,<br>
<br>
thanks for the hint. Let me mention alternatives :-)<br>
<br>
For those who prefer QGIS, I suggest the QuickWKT plugin where you can paste <br>
WKT or WKB.<br>
If you select a feature (existing, or just created), copy and paste it in a <br>
text application, you will get the WKT.<br>
<br>
Otherwise (limited to WKT), you may also create a simple .csv file<br>
<br>
id,WKT<br>
1,"your WKT"<br>
2,"your WKT"<br>
<br>
and open it with QGIS. (the WKT colum name is critical so that the column is <br>
recognized as a geometry)<br>
<br>
Even<br>
<br>
> Just in case anyone isn't familiar with it, the JTS TestBuilder is a Java<br>
> GUI application which might be useful for some aspects of GEOS<br>
> development.  In particular, it's handy for creating and viewing geometry<br>
> test cases.  You can draw and edit geometry, and capture the results as WKT<br>
> or WKB (and several other formats as well).  You can also drop an entire<br>
> JTS/GEOS Test XML file in order to view all the cases in the file.<br>
> <br>
> It's available as a fat jar from the JTS Releases page:<br>
> <br>
> <a href="https://github.com/locationtech/jts/releases" rel="noreferrer" target="_blank">https://github.com/locationtech/jts/releases</a><br>
> <br>
> Docs are limited, but most things have tooltips.  With suitable<br>
> encouragement I might even get around to writing a proper manual one day...<br>
<br>
<br>
-- <br>
Spatialys - Geospatial professional services<br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
</blockquote></div>