forked from orbisgis/orbisgis
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gourlaysama edited this page Aug 17, 2012
·
7 revisions
Welcome to the OrbisGIS Developer Wiki!
- Latest version (4.0-SNAPSHOT built nightly)
- Executable jar packaged with all dependencies
- Zip file with dependencies and launch scripts
- JNLP launcher
- Source zip
- Javadoc
- Available in the OrbisGIS Maven repository
- Last stable version (3.0.2):
- Downloads
- Javadoc
- Available in the OrbisGIS Maven repository
- Continuous Integration
- Jenkins server
- Sonar server
OrbisGIS has several dependencies. See Dependencies & Licenses for the full list and their licenses.
To build OrbisGIS from source you need at least:
- Maven 3
- JDK6 (Oracle or OpenJDK/IcedTea)
Note: the sources also build with JDK 7 (both Oracle and OpenJDK)
To build and run the test suites do:
mvn clean install
- gdms // data management layer + SQL engine
- orbisgis-core // layer manager + map renderer
- orbisgis-ui // user interface
To run OrbisGIS from the sources, use the maven exec
plugin in orbisgis-ui
:
cd orbisgis-ui/
mvn exec:exec
- Home - overview for developers
- Using Gdms - directly working with Gdms
- The DataSource API - using data sources
- Executing SQL - using SQL
- Dependencies & Licenses - list dependencies and their licenses
- OrbisGIS 4.0 Internals - internal docs
External links:
- Gdms SQL Reference - documentation for Gdms SQL
- User Documentation (v3.0) - OrbisGIS v3 user docs