Skip to content

bug-bulletin-forks/jeography-gis

 
 

Repository files navigation

About

This project provides reusable components of the Jeography GIS as a library. It also contains the main executables of the GIS itself.

License

This library is released under the terms of the GNU Lesser General Public License.

See LGPL.md and GPL.md for details.

Running the main GIS user interface

Using gradle

You can run the main UI using gradle directly:

gradle run

Using scripts

Setup the execution environment:

gradle createRuntime

Then you can run the main executables from the build directory:

./scripts/jeography

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%