NextGIS Frontend
    Preparing search index...

    Interface FeatureIdentifyRequestOptions

    interface FeatureIdentifyRequestOptions {
        geom: string;
        layers: number[];
        srs: 3857;
    }
    Index

    Properties

    Properties

    geom: string

    WKT Polygon geometry

    layers: number[]
    srs: 3857