OpenJUMP Portable Changelog

What's new in OpenJUMP Portable 1.13 r5919

Aug 22, 2018
  • Fix LayerView to make it compatible with project persistence

New in OpenJUMP Portable 1.13 r5917 (Aug 20, 2018)

  • Add two plugins :
  • GenerateUniqueRandomIdPlugIn (menu tools/edit attributes)
  • SelectAllOrderedFeaturesFromAttributeTablePlugIn (AttributeTable context menu)

New in OpenJUMP Portable 1.13 r5792 (Aug 14, 2018)

  • Highlights:
  • some very annoying bugs fixed
  • OJ should be generally java 10 ready now
  • New Features:
  • Additional Result framemork from Sextante (used in ProfileGraphPlugIn
  • and several Tools>Statistics plugins
  • Add Save/Restore schema to/from file (Feature Schema Panel
  • Add AddNewLayerViewPlugIn
  • Improvements:
  • Add option to ProfileGraphPlugIn (Raster menu
  • Beautify frame icons and keep them in detached frames
  • Add Copy/Paste/Save schema to the Feature Schema Panel
  • Improve WritableDataStoreLayer UI
  • Bug fixes:
  • Handling date/time fields of JML datasets was broken
  • Place internal frames in the top left corner of desktop pane again
  • Add Boolean and Long attributes to Paste Schema plugin
  • Positioning internal frames resulted in an NPE on java9
  • 474 : Date editing in AttributePanel was broken
  • 473 : shapefile driver no more limited to 4G files
  • 471 : small bug in PostGIS (new driver UI
  • 470 : fix transaction manager management
  • bugfix "[JPP-Devel] Open File does not show file type menu"
  • activating the open file menu a second time resulted in an
  • empty file type selection dropdown field
  • PLUS:
  • update JumpChart to 1.0 (bug fixes
  • update VertexSymbols to 0.19 (bug fixes
  • update Sextante to apr_2018
  • update CAD toolbox to 0.97
  • update JumpFillPattern to 0.3

New in OpenJUMP Portable 1.5.2 rev.2930 (Jan 29, 2013)

  • Bug fixes:
  • PLUS edition finally starts at reasonable times even from network shares
  • Bug 3521266 : open Raster image (Sextante) checkbox was now always available when an image file was selected
  • Bug 3521940 : Trouble with opening several shapefiles from one zip file
  • Preserve z values in JML format, even if first coordinate has no z
  • Write again z values in WKT format of Info viewer
  • Improved icon display (internal changes + icon replacement)
  • Bug 3515663 : Statistics > Classify attribute was throwing an exception
  • Bug 3513864 : Raster Image layers (Sextante) have now an icon in the
  • TreeLayerNamePanel and do not throw exception anymore
  • Bug 3513741 : Analysis > Union : attribute used to dissolve was duplicated in the result layer
  • Bug 3513735 : Sextante Raster visibility attribute was not saved in project
  • Bug 3510832 : Changing schema with attribute table opened threw exception
  • Bug 3510778 : EZ Button did not respect layer editability
  • Bug 3497362 : Dialog box of "draw circle from center and radius" popped up
  • Bug 3491956 : Union of overlapping lines could not be merged
  • Bug 3489322 : Snapping on grid had rounding problems (snapped coordinate to 872939.1 could be 872939.1000000001)
  • Bug 3489028 : FillPolygon ("Create polygon from closed area") could return a wrong area in the case of polygons with holes.
  • Bug 3489026 : FillPolygon ("Create polygon from closed area") can be long; a work-in-progress dialog box has been added in this case
  • Bug 3488976 : Noder plugin failed to split polygons
  • Bug 3488974 : Buffer PlugIn : workaround a small problem of robustness by adding a simplify(geom,0) pre-process
  • Bug 3488028 : A dataset read from zip could be tagged editable but could not be edited. It is now tagged read-only
  • Bug 3486847 : Wrong message : When Closing a project with unsaved data, the message was asking if one want to close OpenJUMP
  • SimpleQuery : change the definition of strict intersection from TFFTFF*** to TFF*FF*** so that closed linestring can also be found
  • In PLUS edition:
  • Bug in Network Topology Cleaning plugin (nodes inserted at the wrong place)
  • Bug 3519929 : date management in PostGIS
  • Bug 3492384 : DXF export of lines does not export z value
  • Bug 3487686 : BeanshellEditor : Flying the mouse over the LayerViewPanel
  • was automatically hiding the editor
  • Small improvements:
  • Improved PostGIS 2.0 compatibility
  • New (vertical) logo in the windows installer
  • FR 3511501 : Change FillPolygon ToolTip to "Create polygon from closed area"
  • Status bar : Small improvements in the layout
  • Startup now more talkative and output of startup durations to console
  • Selected skins in options dialog are now persistent over restarts
  • BZIP, GZ compressed files read support e.g. data.shp.gz
  • BZIP, GZ compressed and uncompressed TAR archive read support
  • New application wide info icon and cursor
  • Improved performance of complex polygon reading from shapefiles
  • WMS : cache the label associated to each MapLayer in MapLayerPanel as it is called very often and includes a costly calculation (getFullSRSList)