Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 404 Bytes

JTSTestBuilder.md

File metadata and controls

11 lines (6 loc) · 404 Bytes

JTS TestBuilder

The TestBuilder is a GUI application which allows creating, editing and visualizing geometries, and executing JTS functions on them.

  • Run (from project root):

     java -jar modules/app/target/JTSTestBuilder.jar
    
  • Run (with Metal L&F - useful on MacOS)

     java -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel -jar modules/app/target/JTSTestBuilder.jar