Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 476 Bytes

JTSTestBuilder.md

File metadata and controls

13 lines (7 loc) · 476 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), with larger memory:

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

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