/openjump

OpenJUMP, the Open Source GIS which has more than one trick in its kangaroo pocket, "jumps" from sourceforge to github to help you as never.

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

OpenJUMP, the Open Source GIS which has more than one trick in its kangaroo pocket, "jumps" from sourceforge to github to help you as never.

Introduction

OpenJUMP was born from JUMP, an open source GIS originally developed in Java by Vividsolutions and funded by the Ministry of Natural Resources of British Columbia (Canada).

In 2007, when the state subsidies stopped, a handful of developers from different countries decided to internationalize the software's user interface and uploaded the sources to the Sourceforge platform to give it a future.

In 2017, JTS, the geometric engine that made JUMP successful continues to evolve thanks to its author Martin Davis, also one of the original authors of JUMP, but the project is now developed under the umbrella of Apache Foundation and its whole namespace changed, breaking the compatibility between JTS and OpenJUMP.

In 2021, OpenJUMP also moves to Github and in order to re-synchronize it with JTS a major refactoring is undertaken.

The migration of OpenJUMP and all its extensions may take some time and this page will be updated regularly until the first OpenJUMP2 official release.

Documentation

To learn more on OpenJUMP you can check the official website or read the wiki documentation

Downloads

The last official OpenJUMP release is OpenJUMP 1.16. You can download it from Sourceforge - OpenJUMP

OpenJUMP 2 snapshots can be downloaded from https://sourceforge.net/projects/jump-pilot/files/OpenJUMP2_snapshots/

Migration to OpenJUMP 2

OpenJUMP 2 - CORE is already compilable with maven

If you have cloned the project, and you have maven installed, you can package the core distribution with

mvn package -P core,portable,snapshot

Extensions

Migration of all extensions may take some time as we take advantage of the opportunity to mavenize and modernize the migrated code.

Extensions hosted on openjump-gis group will be named xxx-extension (ex. skydriver-extension). An extension is a plugin or a set of plugins that OpenJUMP can discover automatically while loading the jar file.

Drivers are special etensions which will be named xxx-driver (ex. dxf-driver).

Extension migration status

  • Beanshell Editor
  • CADTools ****Extension
  • CadPlan JumpChart
  • CadPlan JumpFillPattern
  • CadPlan JumpPrinter
  • CadPlan UpdateProject
  • CadPlan VertexSymbols
  • Color_chooser
  • ConcaveHullPlugin
  • CsvDriver
  • CTSPlugin Now included in OpenJUMP CORE
  • de.soldin.jump
  • DxfDriver
  • ExtensionManagerPlugin
  • GraphToolboxPlugin
  • Horae
  • JumpJGraphT
  • KmlDriver
  • LandscapeAnalysis
  • MapGenToolboxPlugin (not included in PLUS)
  • MatchingPlugIn
  • Measure Toolbox
  • ojmapcoloring
  • OjWorldWind
  • OpenKLEM
  • OsmFileReaderPlugin
  • PgRoutingPlugin
  • PostGISPlugin
  • PrintLayoutPlugin
  • RasterLayerExport
  • RoadMatcher
  • SetAttributesPlugin
  • SextantePlugIn
  • SISJUMP
  • SkyPrinterPlugIn
  • SpatialDatabasesPlugin
  • SpatialitePlugin
  • TopologyPlugin
  • ViewManagerPlugin