• JMap.Application.Feature.openEditMenuByIds

    Opens the feature edit menu for multiple features.

    Parameters

    • layerId: JId

      the JMap layer id

    • featureIds: JId[]

      an array of features ids

    Returns Promise<GeoJSON.Feature[]>

    Example

    // open edit menu (multiple edition) for layer id=5, and features id=234, 452 and 176
    JMap.Application.Feature.openEditMenuByIds(5, [234, 452, 176])