The OMAR Geoscript application encapsulates all the geotools dependencies which provides libraries to query the OMAR database, draw footprints and manipulate shape files among other spatial capabilities.
- OMAR_COMMON_PROPERTIES
Only required for Jenkins pipelines or if you are running Nexus and/or Openshift locally
- OPENSHIFT_USERNAME
- OPENSHIFT_PASSWORD
- REPOSITORY_MANAGER_USER
- REPOSITORY_MANAGER_PASSWORD
- Git clone the following repos or git pull the latest versions if you already have them.
git clone https://github.com/ossimlabs/omar-common.git
git clone https://github.com/ossimlabs/omar-core.git
git clone https://github.com/ossimlabs/omar-openlayers.git
git clone https://github.com/ossimlabs/omar-geoscript.git
-
Set OMAR_COMMON_PROPERTIES environment variable to the omar-common-properties.gradle (it is part of the omar-common repo).
-
Install omar-core-plugin (it is part of the omar-core repo).
cd omar-core/plugins/omar-core-plugin
gradle clean install
- Install omar-openlayers-plugin
cd omar-openlayers/plugins/omar-openlayers-plugin
gradle clean install
- Build/Install omar-geoscript-app
cd omar-geoscript/apps/omar-geoscript-app
gradle clean build
cd omar-geoscript/apps/omar-geoscript-app
gradle clean install