This node returns the distance between two geometries listed in input table and add an distance column in output table. The input table must contain two geometies columns prefixed with “the_geom”” and geometries must be in GeoJSON format. This is a row-wise operation.

Ports

Input Port

0   Table containing two geometry columns in GeoJSON format with other attributes. The geometry column name should be prefixed with “the_geom”.

Output Port

0   Table containing an distance column along with all columns in input table.

Further Details


Type

Geometry Info

Related functions

See related functions in  PostGIS ST_Distance.