observation-js Documentation - v1.16.0
    Preparing search index...

    Interface TransectLineString

    A GeoJSON LineString geometry, used for transects that follow a path. CRS used: WGS84.

    interface TransectLineString {
        type: "LineString";
        coordinates: [number, number][];
    }
    Index

    Properties

    Properties

    type: "LineString"
    coordinates: [number, number][]