Orbisgis Versions Save

An open-source Geographic Information System (GIS) created by research and for research.

5.1.0-SNAPSHOT

4 years ago

Orbisgis pre-release of the version 5.1.0

a45944a

8 years ago

This version contains an improvement for the ST_RasterizeLine function to support a column as the input pixel values. The signature is

create table rasterline as select * from ST_RasterizeLine(tableOfLines,rasterTable , 'myColumnName');

 'myColumnName' the name of the column as string representation.

orbisgis-4.0-beta3

8 years ago

Based on GDMS 2 Sql engine. Distributed for old version script and plugin compatibility. This release fix a bug on the ST_D8Watershed function.

orbisgis-2.2

8 years ago

orbisgis-3.0

8 years ago

Changelog for OrbisGIS V3.0

Creation date : 26/01/2011

######################################################### ####### Improvements ####### #########################################################

1/ Data access

  • Read-only support for MIF/MID file format
  • Read-only support for DXF file format

2/ Data Edition

  • Simple interface to search a value in a table,
  • SQL filter interface to search into a table,
  • table edition capabilities in the Geocatalog,

3/ Graphics renderer

  • Optimization of the geometry drawing process

4/ User interface

  • Workspace manager
  • General interface simplification
  • New progress bar interface
  • Possibility to add data from folder
  • New tooltips
  • Improved WMS manager interface

5/ Architecture

  • New architecture for OrbisGIS : added a plugin system
  • Multi-language user interface

6/ Langage

  • Improvement in the SQL console :
    • Automatic completion on SQL functions, tables and field names
    • New search engine in the console
    • Visible line numbers
    • Syntax coloration and parentheses detection

7/ Analysis and processing

  • New SQL functions
    • ST_Transform --> data reprojection
    • ST_Force_2D --> transforms a layer from 2,5 to 2D
    • ST_Force_3D --> transforms a layer from 2D to 2,5D
    • ST_InteriorPoint --> computes the interior point of a geometry
    • Export --> saves a layer directly on a physical drive (i.e hard drive or usb key ...)
    • FunctionHelp --> returns the complete list of available SQL functions

and more...

######################################################### ####### Pending issues ####### #########################################################

ST_Transform - when converting data from Lambert 2 Etendu (french projection system) to Lambert 93 (french projection system) you have a two meters error --> this bug, which is linked to a parameter error in the reprojection grid, will be fixed as soon as possible.

orbisgis-3.0.1

8 years ago

Changelog for OrbisGIS V3.0.1

Creation date : 15/04/2011

New features:

  • #428: new function ST_PrecisionReducer
  • #429: new function ST_MakeEnvelope
  • #393: using a SSL connection to connect to a database is now possible
  • #458: datasources created with the fence tools are now persistent (saved to disk)

Bug fixed:

  • #441: when editing the legend, the symbol edition panel sometimes was hidden
  • #459: when adding a label on a integer type, the labels failed to be displayed
  • #438: function ST_IsSimple was not accessible
  • #431: the Remove vertex tool was broken in some case
  • #436 (regression): SQL LIMIT/OFFSET could not be used with only a SELECT .. FROM ..
  • #448 #456 (regression): scripts with multiple instructions had concurrency problems and failed to run
  • #455: ST_StartPoint and ST_EndPoint did not handle MultiLineString correctly
  • #462 #432: contextualized vertex tools: add/remove vertex tools were visible when editing a point
  • #457: the pick coordinate tool did not work everywhere on the map
  • Fixed several possible NullPointerException

Other:

  • Added some translation
  • Removed a deprecated command line option to generate documentation

orbisgis-3.0.2

9 years ago

Based on GDMS Sql engine.

orbisgis-4.0-beta2

9 years ago

Based on GDMS 2 Sql engine. Distributed for old version script and plugin compatibility.

v5.0.1

9 years ago

The OSGi architecture of this release is not complete.

OrbisGIS 5.0 is based on H2GIS 1.2.0 and H2 beta 1.4.185 (2015-01-16). H2GIS is a SQL Engine extension.

OrbisGIS 5.X can be plugged seamlessly with H2GIS or PostGIS.

5.0.0-SNAPSHOT

9 years ago

View of the source code taken at a specific time. This is not necessarily stable or ready for full use and can be changed in the future.

OrbisGIS 5.0 is based on H2GIS SQL Engine extension and can be plugged seamlessly with PostGIS.