NextGIS Frontend
    Preparing search index...

    Interface WmsServerServiceLayer

    interface WmsServerServiceLayer {
        display_name: string;
        keyname: string;
        max_scale_denom?: null | string;
        min_scale_denom?: null | string;
        resource_id: number;
    }
    Index

    Properties

    display_name: string

    Service item name.

    keyname: string

    Key name for WMS service item. Name may be only ASCII symbols without spaces.

    max_scale_denom?: null | string

    Maximum scale to show WMS layer. String in form of 1 : 100000.

    min_scale_denom?: null | string

    Minimum scale to show WMS layer. String in form of 1 : 100000.

    resource_id: number

    Resource identifier which will be WMS layer datasource. Supported types are: vector layer style, raster style, WMS layer.