JMap.Application.Feature.openEditMenuByIds
Opens the feature edit menu for multiple features.
the JMap layer id
an array of features ids
// open edit menu (multiple edition) for layer id=5, and features id=234, 452 and 176JMap.Application.Feature.openEditMenuByIds(5, [234, 452, 176]) Copy
// open edit menu (multiple edition) for layer id=5, and features id=234, 452 and 176JMap.Application.Feature.openEditMenuByIds(5, [234, 452, 176])
JMap.Application.Feature.openEditMenuByIds
Opens the feature edit menu for multiple features.