pub async fn check_creation_permission(
user_info: &UserInfo,
) -> Result<(), ServiceError>Expand description
Check if the current user has the correct permissions to create a map.
ยงErrors
If the user does not have the required rights for creating a map.