JMap.Application.Feature.openEditMenuById
Opens the feature edit menu for a single feature.
the JMap layer id
the feature id
// open edit menu (single feature) for layer id=5, and feature id=234JMap.Application.Feature.openEditMenuById(5, 234) Copy
// open edit menu (single feature) for layer id=5, and feature id=234JMap.Application.Feature.openEditMenuById(5, 234)
JMap.Application.Feature.openEditMenuById
Opens the feature edit menu for a single feature.