• JMap.Layer.isVectorLayerById

    returns true if specified layer is a vector layer

    Parameters

    • layerId: JId

      the JMap layer Id

    Returns boolean

    Example

    // returns true if layer id 5 is a vector layer
    JMap.Layer.isVectorLayerById(5)