the JMap map context id
the new description
if context not found, or empty title, or server request error
// update the map-context id=3 description
JMap.MapContext
.setContextDescription(3, "My new description")
.then(() => console.info(`Map context id=3 "description" updated`))
.catch(error => console.error(error))
JMap.MapContext.setContextDescription
Updates a map context description, without changing the map data.
The map-context description is persisted server-side.