needsRender: function (table) {
    if (!table) return true;
    var ca = table.changedAttributes();
    if (ca.geometry_types && _.keys(ca).length === 1) {
      return false;