forked from orbisgis/orbisgis
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
gourlaysama edited this page Jun 27, 2012
·
7 revisions
Welcome to the OrbisGIS Developer Wiki!
- Latest version (4.0-SNAPSHOT built nightly)
- Executable jar with all dependencies at http://www.orbisgis.org/store/releases/orbisgis-ui-4.0-SNAPSHOT-jar-with-dependencies.jar
- Zip file with dependencies and launch scripts at http://www.orbisgis.org/store/releases/orbisgis-ui-4.0-SNAPSHOT-bin.zip
- JNLP version at http://www.orbisgis.org/store/releases/orbisgis-4.0-SNAPSHOT/launch.jnlp
- Source zip at http://www.orbisgis.org/store/releases/orbisgis-ui-4.0-SNAPSHOT-project.zip
- Javadoc at http://javadoc.orbisgis.org/latest/
- Available in the maven repository at http://repo.orbisgis.org
- Last stable version (3.0.2):
- Downloads at http://www.orbisgis.org/download:index
- Javadoc at http://javadoc.orbisgis.org/stable/3.0.2/
- Available in the maven repository at http://repo.orbisgis.org
- Continuous Integration
- Jenkins server: http://jenkins.orbisgis.org
- Sonar server: http://sonar.orbisgis.org
To build OrbisGIS from source you need at least:
- Maven 2
- JDK6 (Oracle or OpenJDK/IcedTea)
Note: the sources also build with JDK 7 (both Oracle and OpenJDK) and Maven 3 is supported
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