Table Visualization Map

Display a table on a map.

Overview

➡️ Display a table containing a geometric column on a map 🗺 Technically, it groups all the geometries of a table and returns them in WKT OGC format. 🚨 Be careful, this treatment can be blocked if the table is too large.

Arguments

Mandatory inputs

tableNameName of the table

Name of the table you want to display.

Type: String

Optional inputs

inputSRIDProjection identifier

🌍 Original projection identifier (also called SRID) of your table. It should be an EPSG code, a integer with 4 or 5 digits (ex: 3857 is Web Mercator projection). (INTEGER) All coordinates will be projected from the specified EPSG to WGS84 coordinates. This entry is optional because many formats already include the projection and you can also import files without geometry attributes.

Type: Integer

Output

resultResult output geometry

This is the output geometry in WKT OGC format

Type: Geometry